.container-expander{
    margin-left: calc((100vw - 1140px) / -2);
    margin-right: calc((100vw - 1140px) / -2);
}

.ai-modern-blog-wrapper{
    padding-bottom: 50px;
}
    #content .entry-title {
        display: none;
    }
    #content .ai-modern-blog-title {
        color: #ffffff;
    }
    .ai-modern-blog-section{
        display: flex;
        margin-top: 100px;
        background: var(--primary);
        align-items: center;
    }
        .ai-modern-blog-section.ai-modern-blog-section-first{

        }
        .ai-modern-blog-section:nth-child(even){
            flex-direction: row-reverse;
            background: #ededed;
        }
        /** Blog Images **/
        .ai-modern-blog-section .ai-modern-blog-image{
            width: 53.50%;
            flex-shrink: 0;
            margin-top: -4%;
            padding-bottom: 3%;
            margin-left: -4%;
            position: relative;
        }
            .ai-modern-blog-section.ai-modern-blog-section-first .ai-modern-blog-image{
                margin-left: -12%;
                width: 60%;
            }
            .ai-modern-blog-section:nth-child(even) .ai-modern-blog-image{
                 margin-left: 0;
                 margin-right: -4%;
            }
                .ai-modern-blog-section .ai-modern-blog-image canvas{
                    display: block;
                    width: 100%;
                    background-size: cover;
                    position: relative;
                    z-index: 3;
                    transition: all .25s ease-in-out;
                    background-color: #a8a7a4;
                    filter: brightness(85%);
                }
                    .ai-modern-blog-section:hover .ai-modern-blog-image canvas{
                        filter: brightness(100%);
                    }

        /** Blog Images **/
        /** Blog Content **/
        .ai-modern-blog-section .ai-moder-blog-text{
            padding: 0 60px;
        }
            .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text{

            }
                .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text h1{
                    font-size: 75px;
                    font-weight: 600;
                    text-transform: uppercase;
                    color: #fff;
                }
                    .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text h1:after{
                        display: block;
                        content: '';
                        width: 133px;
                        height: 1px;
                        background: var(--primary-color);
                        margin: 21px 0;
                    }
                .ai-modern-blog-section .ai-moder-blog-text a{
                    color: inherit;
                    transition: all .25s ease-in-out;
                }
                    .ai-modern-blog-section:nth-child(odd) .ai-moder-blog-text a.global-btn{
                        color: #fff;
                    }

                        .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text a:not(.global-btn):hover{
                            color:var(--primary);
                        }
                        .ai-modern-blog-section .ai-moder-blog-text a.global-btn {
                            position: relative;
                            z-index: 2;
                        }
                        .ai-modern-blog-section .ai-moder-blog-text a.global-btn.is-white {
                            color: #ffffff;
                        }
                        .ai-modern-blog-section .ai-moder-blog-text a.global-btn:hover {
                            color: #ffffff;
                        }
                    .ai-modern-blog-section .ai-moder-blog-text h2{
                        font-size: 45px;
                        text-transform: uppercase;
                        line-height: 1.3;
                    }
                    .ai-modern-blog-section:nth-child(odd) .ai-moder-blog-text h2 {
                        color: #fff;
                    }
                    .ai-modern-blog-section:nth-child(odd) .ai-moder-blog-text h2:after {
                        background: var(--secondary-color);
                    }
                        #inner-page-wrapper .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text h2{
                            font-size: 35px;
                            color: #fff;
                        }
                         .ai-modern-blog-section .ai-moder-blog-text h2:after{
                            display: block;
                            content: '';
                            width: 133px;
                            height: 1px;
                            background: var(--primary-color);
                            margin: 21px 0;
                         }
                            #inner-page-wrapper .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text h2:after{
                                display: none;
                            }
                    .ai-modern-blog-section .ai-moder-blog-text p{
                        font-size: 18px;
                        line-height: 1.4;
                    }
                         .ai-modern-blog-section:nth-child(odd) .ai-moder-blog-text p{
                            color: #fff;
                        }
                        .ai-modern-blog-section.ai-modern-blog-section-first p {
                            /*padding-top: 20px;*/
                        }

                    /* .ai-modern-blog-section .ai-moder-blog-text .archive-more {
                        font-weight: 700;
                        font-size: 15px;
                        text-transform: uppercase;
                        display: inline-block;
                        margin: 30px 0;
                        position: relative;
                    }
                        .ai-modern-blog-section .ai-moder-blog-text .archive-more:after{
                            display: block;
                            width:0;
                            height: 2px;
                            background:  var(--primary-color);
                            content: "";
                            transition: all .25s ease-in-out;
                            margin: 5px 0;
                        }
                            .ai-modern-blog-section.ai-modern-blog-section-first .ai-moder-blog-text .archive-more:after{
                                display: none;
                            }
                            .ai-modern-blog-section:hover .ai-moder-blog-text .archive-more:after{
                                width: 100%;
                            }

                            .ai-modern-blog-section.ai-modern-blog-section-first .archive-more {
                                border: 2px solid #fff;
                                padding: 20px 40px;
                            }
                                 .ai-modern-blog-section.ai-modern-blog-section-first .archive-more:hover{
                                     border-color: #fff;
                                     background: #fff;
                                 } */
        /** Blog Content **/

        /** Pagination **/
        .ai-modern-blog-page-links {
            padding: 50px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
            .ai-modern-blog-page-links a,
            .ai-modern-blog-page-links span{
                font-weight: 700;
                font-size: 15px;
                color: #d7d7d7;
                margin: 0 25px;
                transition: all .25s ease-in-out;
            }
                .ai-modern-blog-page-links a:hover{
                        color: var(--primary-color);
                }
            .ai-modern-blog-page-links a.next.page-numbers {
                width: 72px;
                height: 72px;
                border: 1px solid #000;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: agentimage!important;
                font-size: 0;
                color: #000;
            }
                .ai-modern-blog-page-links a.next.page-numbers:after{
                    content: "\b0206";
                    font-size: 20px;
                }
            .ai-modern-blog-page-links a.prev.page-numbers {
                width: 72px;
                height: 72px;
                border: 1px solid #000;
                display: flex;
                justify-content: center;
                align-items: center;
                font-family: agentimage!important;
                font-size: 0;
                color: #000;
            }
                .ai-modern-blog-page-links a.prev.page-numbers:after{
                   content: "\b0205";
                    font-size: 20px;
                }

                .ai-modern-blog-page-links a.page-numbers:hover{
                    border-color: var(--primray-color);
                    color: var(--primary-color);
                }
        /** Pagination **/
/*******************************************************
 *
 * Mobile styles and other media queries
 *
 *******************************************************/

/* iPad(landscape) | iPad(landscape) | Galaxy Tab 4 (landscape) | Galaxy Tab 3 (landscape) */
@media only screen and (max-width: 1199px) {
    .ai-modern-blog-section .ai-moder-blog-text {
        padding: 40px 60px 0;
    }
}
/* iPad(portrait) | Galaxy Tab 4(portrait)  */
@media only screen and (max-width: 991px) {
     .ai-modern-blog-section{
        display:block;
         margin-top: 30px;
    }
    .ai-modern-blog-section.ai-modern-blog-section-first .ai-modern-blog-image{
            margin-left: 0;
            width: 100%;
            margin-bottom: 20px;
    }

    .ai-modern-blog-section .ai-modern-blog-image {
        width: 100%;
        margin: 0;
    }
        .ai-modern-blog-section.ai-modern-blog-section-first .ai-modern-blog-image:after{
            display: none;
        }

    .ai-modern-blog-section .ai-moder-blog-text {
        padding: 40px;
    }


}
/* Galaxy Tab 3(portrait) | Galaxy S5(landscape) */
@media only screen and (max-width: 767px) {

}
/* Galaxy S5(portrait) | iPod Touch(landscape) | iPod Touch(portrait) */
@media only screen and (max-width: 480px) {


}
