/*
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: 21.3
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.

*/

.cookie-bar-block #catapult-cookie-bar span {
    font-size: 12px !important;
    line-height: 20px !important;
}
.ult-sticky.ult-stick {
    top: 200px !important;
}
@media only screen and (max-width: 1430px) {
.ult-sticky.ult-stick {
display: none;
}
}
.projects_holder > .mix {
    visibility: visible !important;
}

@media only screen and (min-width: 768px) {
	.projects_holder.v4 .mix, .projects_holder.v4.hover_text .mix {
        width: 30% !important;
	    margin: 1% !important;
    }
}
.projects_holder {
    padding-bottom: 72px;
}
.wpcf7-form .row {
	background:#fff !important;
	padding:0 !important;
}

}