/*
 Theme Name:   Agency Zita
 Theme URI:    https://wpzita.com
 Description:  Agency Zita is a child theme of zita WordPress theme, It provides very unique look and extra post layout. Zita is completely builder based theme, With super fast and highly customizable options. Zita works with any of your favorite page builder like Elementor, Visual Composer, Beaver Builder, SiteOrigin, Divi, Brizy etc. Best Suitable for creating any type of website such a corporate, store, agency, blog, portfolio, restaurant, wedding, construction, hospital, school, interior, car workshop, life coach, wine shop, barber shop, furniture shop, yoga, resume, charity, digital marketing etc. Zita includes 8 unique header layout and 8 footer widget layout which makes it extremely powerful. Some more amazing feature are #Woocommerce ready #RTL Ready #Full Responsive #Edit settings in tablet & mobile #Top header #Bottom header #Top footer #Bottom Footer #Transparent Header. Looking for perfect base theme? Looking for perfect multipurpose theme? No need to Look further! Just go with Zita demos: https://wpzita.com/. Zita is built with best SEO practice and best friend of Woocommerce and Elementor.
 Author:       WpZita Team
 Author URI:   https://wpzita.com/contact-us/
 Template:     zita
 Version:      1.2.3
 License:      GNU General Public License v3 or later
 License URI:   http://www.gnu.org/licenses/gpl-3.0.html
 Tags: two-columns, right-sidebar, custom-menu, custom-background, editor-style, translation-ready, full-width-template, flexible-header, sticky-post, theme-options, one-column, e-commerce, blog, photography, threaded-comments, custom-colors 
 Text Domain:  agency-zita 
*/
#content.site-content{
  display:block;

}
#content .entry-content-outer-wrapper.agc-zta-blog-layout:before{
    content: '';
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
}

#content .entry-content-outer-wrapper.agc-zta-blog-layout{
    display: flex;
    background: transparent;
    padding: 20px;
position:relative;
}
.agc-zta-blog-layout .post-img-wrapper {
    width: 50%;
    float: left;
    margin-bottom: 0;
}
.agc-zta-blog-layout .entry-content-wrapper {
    width: 50%;
    float: left;
    padding-left: 30px;
}
.agc-zta-blog-layout .entry-content-wrapper.no-thumb {
    width: 100%;
    padding: 0;
}
.agc-zta-blog-layout .post-img-wrapper .post-img {
    margin-bottom: 0;
    line-height: 0;
    position: relative;

}
#content .agc-zta-blog-layout article.zita-article .entry-content-outer-wrapper{
    align-items: center;
}

#content .agc-zta-blog-layout .zita-article:first-child {
    width: 100%;
    margin-right: 0;
}
#content .agc-zta-blog-layout .zita-article:first-child .entry-content-outer-wrapper.agc-zta-blog-layout{
display:block;
}

#content .agc-zta-blog-layout .zita-article:first-child .post-img-wrapper{
width:100%;
float:none;
margin-bottom:30px
}

#content .agc-zta-blog-layout .zita-article:first-child .entry-content-wrapper{
    width: 100%;
    float: none;
    padding-left:0;
}

.fullwidthstrechched #content .entry-content-outer-wrapper.agc-zta-blog-layout:before{
background:transparent;
}
.fullwidthstrechched #content .entry-content-outer-wrapper.agc-zta-blog-layout{
padding:0
}

.fullwidthstrechched #content .entry-content-outer-wrapper.agc-zta-blog-layout{
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
}
.fullwidthcontained #content .entry-content-outer-wrapper.agc-zta-blog-layout{
padding:0;
padding-bottom: 25px;
}
@media screen and (max-width: 767px){
#content .agc-zta-blog-layout .zita-article{
    width: 100%;
    margin-right: 0;
}
#content .agc-zta-blog-layout .zita-article .entry-content-outer-wrapper.agc-zta-blog-layout{
display:block;
}

#content .agc-zta-blog-layout .zita-article .post-img-wrapper{
width:100%;
float:none;
margin-bottom:30px
}

#content .agc-zta-blog-layout .zita-article .entry-content-wrapper{
    width: 100%;
    float: none;
    padding-left:0;
}
}