/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.1.1.1729576195
Updated: 2024-10-22 16:49:55

*/
@media (min-width: 1200px) {
    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {
        max-width: 1290px;
    }
}


.nwg-tabs {
    flex: 1;

}

.nwg-tab-link {
    display: block;
    background-color: #002116;
    color: #fff;
    padding: 15px;
    border: none;
    text-align: left;
    cursor: pointer;
    width: 100%;
    transition: background-color 0.3s;
    margin-bottom: 15px;
    border-radius: 0;
    text-align: center;
    white-space: break-spaces;
}

.nwg-tab-link.nwg-active {
    background-color: #ff5722;
}

.ngw-pd-title {
    color: var(--e-global-color-primary);
}

.nwg-tab-link:hover {
    background-color: #ff5722;
}

.nwg-tab-content {
    flex: 3;
    padding-left: 20px;
}

.nwg-tab-pane {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in;
}

.nwg-tab-pane.nwg-active {
    display: block;
    opacity: 1;
}

.nwg-featured-image img {
    width: 100%;
    margin-bottom: 20px;
}

.ngw-pd-title {
    margin-top: 0;
}
.page__breadcrumb{
    width: 100%;
    padding-top: 130px;
    padding-bottom: 130px;
    text-align: center;
    background-image: url(https://nwgeotechnical.com.au/wp-content/uploads/2024/10/NWG.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.page__breadcrumb:before{
    content: "";
    background-color: #172A27;
    opacity: 0.9;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}
.page__breadcrumb .entry-title{
    padding: 0;
    z-index: 10;
    color: #fff;
    position: relative;
    font-family: "Syne", Sans-serif;
    font-size: 38px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #FF5E26;
}
.post-content-wrap{
    padding: 80px 0;
    display: flex;
    gap:80px;
}
.post__main-content{
    width: 70%;
}
.post__sidebar{
    width: 30%;
}
.post__main{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}
.post__main .blog__post{
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.1);
}
.blog__post img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.blog__post_content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-family: "Urbanist", Sans-serif;
    color: #002116;
}
.blog__post_content h2{
    font-size: 22px;
    font-weight: 600;
    color: #002116;
    margin: 0;
}
.blog__post_content p{
    margin: 0;
}
.sidebar__recent-posts{
    display: flex;
    flex-direction: column;
}
.sidebar__post{
    display: flex;
    gap: 10px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E9E9E9;
}
.sidebar__post-content{
    width: 60%;
}
.sidebar__post-thumbnail{
    width: 40%;
    height: 100px;
}
.sidebar__post-thumbnail img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.sidebar__post-tags a{
    color: #002116;
    font-size: 16px;
}
.sidebar__post-title{
    margin: 0;
    line-height: 1;
}
.sidebar__post-title a{
    font-size: 18px;
    font-weight: 600;
    color: #002116;
}
.sidebar__post-date{
    margin-top: 20px;
}
.pagination.post__pagination{
    margin-top: 60px;
}
.pagination.post__pagination a{
    color: #FF5E26;
}
.post__single_title{
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    color: #002116;
    margin-top: 0;
    margin-bottom: 0;
}
.post__single_thumbnail{
    margin-top: 40px;
    max-height: 400px;
}
.post__single_thumbnail img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.post__content{
    margin-top: 60px;
}
.post__single_content .sidebar__post-date{
    margin-top: 10px;
}
.post__pagination{
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    color: #000;
}
.post__pagination .page-numbers{
    color: #000;
    font-weight: 600;
    min-width: 30px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post__pagination .page-numbers.current{
    border: 1px solid #000;
    border-radius: 99px;
}



@media (min-width: 768px) {

    .nwg-container {
        display: flex;
        gap: 30px;

    }
    .nwg-tabs {
        max-width: 240px;
    }

}
@media (max-width: 991px) {
    .post-content-wrap{
        flex-wrap: wrap;
    }
    .post__main-content{
        width: 100%;
    }
    .post__sidebar{
        width: 100%;
    }
}
@media (max-width: 767px) {
    .post__main{
        grid-template-columns: 1fr;
    }
    .post__pagination {
        justify-content: center;
    }
}