/* 
Theme Name: Child of Bjorn
Theme URI: http://magniumthemes.com/;
Description: Child theme based on Bjorn
Author: Your Name
Version: 1.0
Template: bjorn
*/

.logo-link > img.regular-logo {
    width: 260px !important;
}


.about-me__text {
    font-size: 16px;
    color: black;
    font-weight: 300;
    letter-spacing: 0.2px;
    max-width: 800px;
    display: block;
}

.about-me {
    padding-bottom: 2rem !important;
}

.about-me__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
    .about-me__grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-me {
        padding: 0 1.5rem;
    }

}

@media screen and (max-width: 640px) {
    .about-me__grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.about-me__heading {
    margin-top: 2rem;
}

.about-me__item {
    display: flex;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 1rem;
    align-items: center;
    justify-content: start;
    gap: 1rem;
}

.about-me__item svg {
    width: 20px;
    height: 20px;
    min-width: 20px;
}

.about-me__item span {
    font-size: 16px;
    font-weight: 500;
}

.post-info-vertical {
    display: none !important;
}

.blog-post.blog-post-single .post-info-vertical + article.post {
    max-width: 800px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.comments-form-wrapper, .post-info.clearfix {
    display: none !important;
}

.post-single-content {
    margin-bottom: 0 !important;
}

.owl-item h2 {
    font-size: 32px !important;
}

.contact-us {
    max-width: 800px;
    margin: 0 auto;
}

.contact-us label {
    width: 100%;
}

.navbar-left-wrapper {
    opacity: 0 !important;
    pointer-events: none !important;
}

.adnan-contact {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: end;
}

.adnan-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

.adnan-grid a {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    text-decoration: none;
}

div.navbar-right-wrapper {
    opacity: 1 !important;
    pointer-events: all !important;
}

.adnan-grid img {
    height: 300px;
    object-fit: cover;
}

.adnan-grid h2 {
    margin: 0 !important;
    color: black;
    text-decoration: none;
}

.adnan-grid span {
    color: #999;
}

.adnan-paging {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media screen and (max-width: 1200px) {
    .adnan-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media screen and (max-width: 768px) {
    .adnan-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

.adnan-search {
    display: flex;
    align-items: center;
    max-width: 800px;
    margin-bottom: 2rem !important;
    margin: 0 auto;
    gap: 1rem;
}

.adnan-search input {
    display: flex;
    flex-grow: 1;
    border-radius: 4px;
}

.about-me__top {
    display: flex;
    align-items: center;
    gap: 5rem;
}

.about-me__top__left {

}

.about-me__top img {
    height: 500px;
    width: 400px;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .about-me__top {
        flex-direction: column !important;
    }
}