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

*/

nav.mobile_menu ul li.open_sub>ul {
    border-top: 1px solid #eaeaea;
    background-color: #f4f5f7;
}

.pum-theme-15878 .pum-container, .pum-theme-default-theme .pum-container {
    padding: 18px;
    border-radius: 10px;
    border: 1px none #000000;
    box-shadow: 1px 1px 21px 8px rgb(2 2 2 / 23%);
    background-color: rgba( 249, 249, 249, 1.00 );
}

div.wpforms-container-full .wpforms-form button[type=submit] {
	background-color: #e1251b;
    border: 1px solid #e1251b;
    color: #fff;
    font-size: 1em;
    padding: 10px 30px;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
  background-color: #c60000;
  border: 1px solid #c60000;
}
