/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.fixed_top_header .logo_wrapper {
  padding: 0;
}
.logged-in .fixed_top_header.has_top .bottom_header {
    padding-top: 52px!important;
}
.fixed_top_header.has_top .bottom_header {
	padding-top: 84px!important;
    padding-bottom: 9px;
}

/* BLOG & CATEGORY */
.blog .two_columns_75_25 .blog_holder.masonry_pagination,
.category .two_columns_75_25 .blog_holder.masonry_pagination {
    display: flex;
    flex-wrap: wrap;
}
.blog .two_columns_75_25 .blog_holder.masonry_pagination .blog_holder_grid_sizer,
.blog .two_columns_75_25 .blog_holder.masonry_pagination .blog_holder_grid_gutter,
.category .two_columns_75_25 .blog_holder.masonry_pagination .blog_holder_grid_sizer,
.category .two_columns_75_25 .blog_holder.masonry_pagination .blog_holder_grid_gutter {
    display: none;
}
.blog .two_columns_75_25 .blog_holder.masonry_pagination article,
.category .two_columns_75_25 .blog_holder.masonry_pagination article {
    width: 33.33333%;
    padding: 0 10px;
    box-sizing: border-box;
}
.blog .blog_holder.masonry article .post_text .post_text_inner,
.blog .blog_holder.masonry_full_width article .post_text .post_text_inner,
.category .blog_holder.masonry article .post_text .post_text_inner,
.category .blog_holder.masonry_full_width article .post_text .post_text_inner {
    padding: 17px 0 18px;
}
.blog .blog_holder.masonry article .post_info,
.blog .blog_holder.masonry_full_width article .post_info,
.category .blog_holder.masonry article .post_info,
.category .blog_holder.masonry_full_width article .post_info {
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 13px;
    margin: 5px 0 0;
}
.blog .blog_holder.blog_large_image article {
    margin: 0;
}
.blog .blog_holder.blog_large_image article .post_text .post_text_inner {
    padding-bottom: 30px;
}

.page-id-16262.disabled_footer_top .footer_top_holder,
.page-id-16262.disabled_footer_bottom .footer_bottom_holder,
.home.disabled_footer_top .footer_top_holder,
.home.disabled_footer_bottom .footer_bottom_holder {
    display: block!important;
}

/* PAGE */
.page-id-155 .elementor-widget-wrap .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/* SINGLE BLOG POST */
.single-post .post_content_holder .post_image {
    display: none;
}

@media only screen and (min-width: 769px) {
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(1),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(2),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(3),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(4),*/
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(14),
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(15) {
        display: none!important;
    }
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(3n+2) {
        margin-right: 2%!important;
    }
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(3n) {
        clear: none!important;
        margin-right: 0!important;
    }
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(3n+1) {
        clear: both!important;
    }
}
@media screen and (min-width: 1001px) {
    .qodef-addons-blog-slider .qodef-blog-item {
        height: auto!important;
    }
    .qodef-addons-blog-slider .qodef-blog-item .qodef-e-inner {
        height: 100%!important;
    }
    .qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image a,
    .qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
        display: block;
        width: auto!important;
        height: 24vw!important;
        max-width: none;
    }
    .qodef-addons-blog-slider .qodef-blog-item .qodef-e-media-image img {
        margin-left: 50%;
        transform: translateX(-50%);
    }
    .qodef-qi-swiper-container {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 600px) {
    .home .qode_elementor_container_inner,
    .blog .two_columns_75_25 .blog_holder.masonry_pagination article,
    .category .two_columns_75_25 .blog_holder.masonry_pagination article {
        width: 100%!important;
        padding: 0 20px!important;
    }
    .blog .container_inner,
    .category .container_inner {
        width: 100%!important;
    }
    .blog .blog_holder.blog_pinterest,
    .category .blog_holder.blog_pinterest,
    .blog .blog_holder.masonry,
    .category .blog_holder.masonry {
        width: 100%!important;
    }
    .blog .blog_holder.masonry article,
    .category .blog_holder.masonry article,
    .blog .blog_holder.masonry_full_width article,
    .category .blog_holder.masonry_full_width article {
        margin: 0 0 36px!important;
    }
    .home .latest_post_holder.boxes>ul>li,
    .home .latest_post_holder.dividers>ul>li {
        margin: 0!important;
    }
    .home .latest_post_holder.boxes>ul>li .latest_post {
        padding: 27px 0 44px!important;
    }
}
@media only screen and (max-width: 768px) {
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(1),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(2),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(3),*/
    /*.home .latest_post_holder.boxes.three_columns>ul>li:nth-child(4),*/
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(14),
    .home .latest_post_holder.boxes.three_columns>ul>li:nth-child(15) {
        display: none!important;
    }
    .home .latest_post_holder>ul {
        display: flex;
        flex-wrap: wrap;
    }
    .elementor-widget.elementor-widget-sidebar .widget, .wpb_widgetised_column .widget {
        text-align: center;
    }
    .elementor-16262 .elementor-element.elementor-element-a6a506e > .elementor-element-populated {
        padding-bottom: 0px;
    }
    .home .qodef-qi-button.qodef-layout--filled {
        width: 100%;
    }
    .blog .column1, .blog .column2,
    .category .column1, .category .column2 {
        width: 100%!important;
    }
    .blog .two_columns_75_25 .blog_holder.masonry_pagination,
    .category .two_columns_75_25 .blog_holder.masonry_pagination {
        min-height: 64px;
    }
    .blog .column2 .widget,
    .category .column2 .widget {
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .blog .container_inner, .category .container_inner,
    .page:not(.home) .qode_elementor_container_inner,
    .page:not(.home) .container .container_inner,
    .single-post .container .container_inner {
        width: calc(100% - 40px)!important;
    }
    .page:not(.home) .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
        padding: 0;
    }
    .home .qode_elementor_container_inner, .blog .two_columns_75_25 .blog_holder.masonry_pagination article, .category .two_columns_75_25 .blog_holder.masonry_pagination article {
        width: 100%!important;
        padding: 0!important;
    }
    .wpcf7-submit {
        width: 100%!important;
        box-sizing: border-box!important;
        text-align: center!important;
    }
}