/* Theme Name: klaudiapociask.pl
* Theme URI: https://klaudiapociask.pl
* Description: klaudiapociask.pl
* Author: klaudiapociask.pl
* Author URI: https://klaudiapociask.pl
*/
img.alignleft {
 float:left;
 margin-right:20px;
}
img.alignright {
 float:right;
 margin-right:20px;
}
img.aligncenter {
 display:block;
 margin:0 auto;
}
.contact-info p{
  margin-bottom: 10px!important;
}
header .main-logo img {
 width: 230px;
}

#photos2 .row .col-lg-4:last-child {
  padding-right: 0;
 }

#photos2 .photo-single img {
  width: 100%;
  height: auto;
 }
body{
    background: #fff!important;
}
header {
    background: #fff!important;
}
.contact-form input[type="checkbox"] {
    width: 30px!important;
    border: none!important;
}
.contact-form .wpforms-field-checkbox fieldset legend{
    display: none!important;
}
.tab {
    position: relative;
}
.tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.tab__content {
    max-height: 0;
    overflow: hidden;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
    max-height: 30rem;
}

/* Visual styles */
.accordion {
    color: var(--theme);
    border: 2px solid;
    border-radius: 0.5rem;
    overflow: hidden;
}
.tab__label,
.tab__close {
    display: flex;
    color: white;
    background: var(--theme);
    cursor: pointer;
}
.tab__label {
    justify-content: space-between;
    padding: 1rem;
    font-size:17px;
    color: #333;
}
.tab__label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transform: rotate(90deg);
    transition: all 0.35s;
}


.tab input:checked + .tab__label::after {
    transform: rotate(270deg);
}

.tab input:checked + .tab__label {
    background: #333;
    color: #fff;
}

.tab__content p {
    margin: 0;
    padding: 1rem;
    font-size:14px;
}
.tab__content ul li{
    margin: 0;
    font-size:14px;
}
.tab__close {
    justify-content: flex-end;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
}
.accordion--radio {
    --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
    animation: bounce .5s infinite;
}
@keyframes bounce {
    25% {
        transform: rotate(90deg) translate(.25rem);
    }
    75% {
        transform: rotate(90deg) translate(-.25rem);
    }
}

.header-text {
    margin: 40px 0;
}

.custom-page-content {
    margin-bottom: 50px;
}

.page-template-page-blog .custom-page-content main article {

    margin-bottom: 50px;


}

.page-template-page-blog .custom-page-content main article h2 a{
    color: #333;
    text-decoration: none;
    font-size:21px;
    font-weight: 600;
}

.custom-page-content article h2 {
    line-height: 20px;
    margin-bottom: 10px;
}

.custom-page-content article p {
    font-size:13px;
    text-align: justify;
    margin-bottom: 5px;
}

.custom-page-content article .thumbnail img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.custom-page-content article .thumbnail {
    overflow: hidden;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.custom-page-content article .thumbnail:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
}

.custom-page-content article .thumbnail img {
    width: 100%;
    height: auto;
}

.custom-page-content article .date_author {
    display: block;
    margin-top:-5px;
    margin-bottom:5px;
    font-size: 12px;
    color: #aaa;
    font-style: italic;
}

.blog_btn {
    display: inline-block;
    color:#333;
    font-size:14px;
    text-decoration: underline;
    font-weight: 500;
}

.blog_btn:hover {
    display: inline-block;
    font-weight: 500;
    text-decoration: none;
}
.about-me-img img {
    width: 100%;
    height: auto;
}

.about-text p {
    color: #000;
    font-weight: 400!important;
    text-align: justify;
    text-wrap: balance;
}

.about-text li {
    color: #000;
    text-align: justify;
}

.social-links {
    padding: 50px 0;
    text-align: center;
}

.social-links a {
    display: inline-block;
    width: 50px;
    height: 50px;
}
.social-links svg {
    fill: #fff;
}
.social-section {
    text-align: center;
    padding: 100px 0;
}
.social-section h3{
    text-transform: uppercase;
}
.social-section span{
    text-transform: uppercase;
}

.btn_contact_header{
    float: right;
    display: block;
    color: #fff;
    background: #333;
    text-decoration: none;
    font-weight: 400;
    padding: 6px;
    border-radius: 4px;
    margin-top: 6px;
    margin-right: 5px;
}

.text-photo {
    text-align: center;
    font-size: 12px;
    color:#eee;
    opacity: .2;
    margin-bottom: 15px;
}

#backToTop {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    background-color: #444;
    color: white;
    font-size: 24px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s;
    z-index: 1000;
}

#backToTop.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

#backToTop:hover {
    background-color: #555;
}


@media (max-width: 1024px) {
    .main-logo {
        display: none;
    }
    .main-logo {
        display: none;
    }
    header nav {
        display: none;
    }
    #photos .row {
        margin-top:0;
        margin-right: 0;
    }
    #photos .row>* {
        padding-right: 0;
    }

    #photos2 .row {
        margin-top:0;
        margin-right: 0;
    }
    #photos2 .row>* {
        padding-right: 0;
    }

    .about-me-img {
        margin-bottom:35px;
    }
    #about {
        margin:35px 0!important;
    }
    #questions-answers {
        margin:35px 0!important;
    }
    #contact {
        margin-bottom: 20px!important;
    }
    .social-section {
        padding: 20px 0!important;
    }
    .contact-form {
        margin-top: 50px!important;
        margin-bottom: 50px!important;
    }
    .contact-info h2 {
        margin-bottom: 10px!important;
    }
    .about-me-img{
        width: 56%;
        padding-right: 0;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .photo-single {
        margin-bottom: 12px;
    }
}
