/*
Theme Name: Bridge
Theme URI: https://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: https://qodeinteractive.com/
Text Domain: bridge
Version: 29.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

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

*/


/* ======================================================= */
			/* ---------Top Header--------- */
/* ======================================================= */

.top-header-wrps-left {
    display: flex;
    flex-wrap: wrap;
}

.top-header-left-call p {
    font-size: 15px;
    font-weight: 500;
}

.top-header-left-call span {
    background: #5ea542;
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
}

.top-header-left-call a {
    padding-left: 10px;
    font-weight: 600;
}

.top-header-left-call i {
    color: #5ea542;
    padding-right: 5px;
}