/*
Theme Name: Bridge
Theme URI: http://bridgelanding.qodeinteractive.com/
Description: Creative Multipurpose WordPress Theme
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Author: Qode Interactive
Author URI: http://qodethemes.com/
Text Domain: bridge
Version: 26.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

.blog_holder article .post_image {
    width:30% !important;
    float: left;
}
.blog_holder article .post_text {
    width:50% !important;
    float: left;
    margin-left:30px;
}

.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{
    background: #fff;
    padding: 10px;
    min-height: 200px;
}

.qode_clients .qode_client_holder_inner {
        background: #fff;
    border-radius: 15px;
}

.comment_holder {
    display:none;
}

