/* Theme Name: szablon */

@import url('https://v1.fontapi.ir/css/SFUIDisplay');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css');

.wpcf7-form-control   {
display: block;
position: absolute;
top: -15px;	
padding: 10px;	
border: 0px
}

.wpcf7-email {
width: 380px
	
}

.wpcf7-submit {
margin-top: 0px !important;	
top: 7px;	
	right: 5px;
	width: 150px;
background: #106abf;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.wpcf7-submit:hover {
background: #00509d;

}



.podzial {
width: 100%;
padding: 8px;
background: #fff;
border-radius: 5px;
	
}

.podzial div {
display: inline-block;	
	
}

.dlugi {
width: 76%;	
position: relative;	
}

.dlugi2 {
width: 20%;	
	
}


.comment-submit-button {
    display: inline-block;
    padding: 10px 30px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #0073aa;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.comment-submit-button:hover {
    background-color: #005f8d;
    transform: translateY(-2px);
    box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.2);
}

.custom-comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}

.comment-field,
.comment-textarea {
    position: relative;
    display: flex;
    flex-direction: column;
}

.comment-field input,
.comment-textarea textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 0px; /* Odstęp między tytułem a polem */
}

.comment-field input::placeholder,
.comment-textarea textarea::placeholder {
    color: #aaa;
    font-style: italic;
}

.preloader-title {
    position: absolute;
    top: -10px;
    left: 10px;
    font-size: 14px;
    color: #0073aa;
    background: #fff;
    padding: 0 5px;
    animation: fadeIn 1s ease-in-out infinite;
    display: none
}



.author-bio {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
   
    padding: 30px;
    
    border-radius: 8px;
    margin: 20px 0;
   
}

.author-bio img {
    width: 60px;
    height: 60px;
    border-radius: 100% !important;
    margin-bottom: 15px;
    border: 2px solid #ddd;
}

.author-bio h3 {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
}

.author-bio p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.author-bio .author-social-icons {
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-bottom: 15px;
}

.author-bio .author-social-icons a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #555;
    background-color: #106abf;
    border: 0px solid #ddd;
    border-radius: 50%;
    transition: all 0.3s ease;
    color: #fff
}

.author-bio .author-social-icons a:hover {
    color: #fff;
    background-color: #00509d;
    border-color: #0073aa;
    transform: scale(1.1);
}

.author-bio .author-meta {
    font-size: 10px;
    color: #106abf;
}


.share-your-love {
    font-family: 'SFUIDisplay', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px; /* Odstęp między tekstem a ikonami */
    margin: 0px 0;
    text-align: center;
}

.share-your-love p {
    font-size: 16px;
    font-weight: bold;
    color: #5e5e5e;
    margin: 0;
    white-space: nowrap; /* Zapobiega łamaniu tekstu */
}

.social-icons {
    display: flex;
    gap: 20px; /* Odstęp między ikonami */
    align-items: center;
    flex-wrap: nowrap; /* Ikony pozostają w jednej linii */
}

.social-icons .social-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
}

.social-icons .social-icon:hover {
    transform: scale(1.0);
}

.social-icons .hackernews {
    background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons .hackernews:hover {
    color: #00509d;
}

.social-icons .whatsapp {
  background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons .whatsapp:hover {
   
color: #00509d;
    
}

.social-icons .telegram {
    background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons .telegram:hover {
 color: #00509d;
}



.share-your-love-alt {
    font-family: 'SFUIDisplay', sans-serif;
    display: flex;
    flex-direction: column;
    
    margin: 20px 0;
}

.share-your-love-alt p {
    font-size: 16px;
    text-align: left;
  
    color: #5e5e5e;
    margin-bottom: 10px;
}

.social-icons-alt {
    display: flex;
    gap: 0px; /* Odstęp między ikonami */
    justify-content: center;
}

.social-icons-alt .social-icon {
    width: 35px;
    height: 35px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    background-color: #f1f1f1;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    margin-right: 0px
}

.social-icons-alt .social-icon i {
    display: inline-block;
    line-height: 1;
}

.social-icons-alt .social-icon:hover {
    transform: scale(1.0); /* Powiększenie na hover */
}

.social-icons-alt .facebook {
    background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .facebook:hover {
     color: #00509d;
background-color: #ffffff;
}

.social-icons-alt .twitter {
    background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .twitter:hover {
      color: #00509d;
background-color: #ffffff;
}

.social-icons-alt .pinterest {
    background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .pinterest:hover {
     color: #00509d;
background-color: #ffffff;
}

.social-icons-alt .linkedin {
 background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .linkedin:hover {
      color: #00509d;
background-color: #ffffff;
}

.social-icons-alt .whatsapp {
   background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .whatsapp:hover {
  color: #00509d;
background-color: #ffffff;
    
}

.social-icons-alt .email {
   background-color: #ffffff;
    color: #5e5e5e;
}

.social-icons-alt .email:hover {
   color: #00509d;
background-color: #ffffff;
}




.comment-respond {

    padding: 0px;
   
    border-radius: 8px;
    margin-bottom: 20px;

}

.comment-respond h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    color: #333;
    background-color: #fff;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.comment-form textarea {
    height: 120px;
}

.comment-form .form-submit input[type="submit"] {
    background-color: #0073aa;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.comment-form .form-submit input[type="submit"]:hover {
    background-color: #005177;
}

.comments-area {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-top: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.comments-area h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.comment-list .comment {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.comment-list .comment .comment-author {
    font-weight: bold;
    color: #0073aa;
    margin-bottom: 5px;
}

.comment-list .comment .comment-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 10px;
}

.comment-list .comment .comment-content {
    font-size: 14px;
    color: #333;
}

.comment-list .reply a {
    font-size: 12px;
    color: #0073aa;
    text-decoration: none;
    transition: color 0.3s ease;
}

.comment-list .reply a:hover {
    color: #005177;
}




.sdfdffsd {
margin-top: -10px
    
}

.sdfdffsd h5 {

display: none  !important; 
    
}

.sdfdffsd  ul li a {
color: #5e5e5e;
display: block;
   margin-top: 15px; 
    
}
.sdfdffsd  ul li a:hover {
color: #0073aa;
    
}

.share-your-love {
    font-family: 'SFUIDisplay', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 270px;
    margin-left: auto;
    margin-top: 15px;
    
}

.share-your-love p {
    font-size: 14px;
   
    color: #5e5e5e;
    margin: 0;
}

.social-icons {
    display: flex;
    gap: 10px;
    margin-top: -10px;
}

.social-icon {
    font-size: 14px;
    color: #555;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.social-icon:hover {
    color: #0073aa;
    transform: scale(1.2);
}

.facebook {
    color: #5e5e5e;
}

.twitter {
    color: #5e5e5e;
}

.pinterest {
    color: #5e5e5e;
}

.linkedin {
    color: #5e5e5e;
}

.ct-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 12px;
    color: #555;
    text-transform: uppercase
}

.ct-breadcrumbs a {
    text-decoration: none;
    color: var(--wp--preset--color--palette-color-3);
    transition: color 0.3s ease;
}

.ct-breadcrumbs a:hover {
    color: var(--wp--preset--color--palette-color-1);
}

.ct-breadcrumbs .ct-separator {
    margin: 0 5px;
    fill: currentColor;
}

.ct-breadcrumbs .last-item {
    
    color: #333;
}


.read-time-bar {
    display: flex;
  
    align-items: center;
   text-transform: uppercase;
    padding: 10px 15px;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    margin-bottom: 20px;
}

.read-time-bar .read-category a {
    text-decoration: none;
    color: #fff;
    margin-right: 5px;
    transition: color 0.3s ease;
}

.read-time-bar .read-category a:hover {
    color: #005177;
}

.read-time-bar .read-time {
 
    color: #fff;
}




.entry-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    width: 390px;
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    color: #555;
    text-transform: uppercase
}

.entry-meta li {
    display: flex;
    align-items: center;
}

.meta-author {
    display: flex;
    align-items: center;
    gap: 5px;
}

.meta-author img {
    border-radius: 100% !important; 
    display: block;
    width: 20px;
    height: auto !important; 
}

.meta-author span {
    font-weight: ;
    color: #fff;
}

.meta-author a {
    text-decoration: none;
    color: #0073aa;
    transition: color 0.3s ease;
}

.meta-author a:hover {
    color: #005177;
}

.meta-date span {
    margin-right: 5px;
    font-weight: ;
    color: #fff;
}

.meta-date time {
    color: #fff;
    
}

.meta-categories span {
    margin-right: 05px;
  
    color: #fff;
}

.meta-categories a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
}

.meta-categories a:hover {
    color: #005177;
}



.elementor-post__thumbnail {
    overflow: hidden !important;
    position: relative !important;
    text-align: center !important;
}

.elementor-post__thumbnail img {
    transition: transform 2s ease-in 0.1s, filter 0.5s ease !important;
    display: block !important;
    margin: 0 auto !important;
    transform-origin: center center !important;
    filter: brightness(100%) !important; 
}

.elementor-post__thumbnail img:hover {
    transform: scale(3) !important;
    z-index: 1 !important;
    filter: brightness(50%) !important; 
}

.elementor-post__thumbnail img:not(:hover) {
    transition: none !important; 
}

p {
margin-bottom: 10px !important; 	
	
}

a {
    text-decoration: none !important;
  color: #2a93e0
}


.wewnotrz ul  {
margin-left: 20px;	
list-style-type: disc;	
}


a:hover {
    color: #fc4789; 
}


body {
  font-family: "Inter", sans-serif !important;
}

.wewnotrz {
  font-family: "Inter", sans-serif !important;
}


.searchform {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    max-width: 600px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px;
}

.searchform div {
    display: flex;
    width: 100%;
}

.searchform label {
    display: none; 
}

.searchform input[type="text"] {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px 0 0 5px;
}

.searchform input[type="text"]::placeholder {
    color: #aaa;
    font-style: italic;
}

.searchform input[type="submit"] {
    background-color: #0073e6;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 0 5px 5px 0;
    transition: background-color 0.3s ease;
}

.searchform input[type="submit"]:hover {
    background-color: #005bb5;
}



@media (max-width: 1000px) {
    
   .entry-meta {
        font-size: 16px;
    }
    
}


@media (max-width: 400px) {
    
 
    
}


