/*
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.6
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.

*/

@import url("https://use.typekit.net/pxt7ijb.css");


.title.title_size_large h1, h1, h2, h3, h4, h5 {
font-family: "lemonde-journal", serif !important;
font-weight: 700;
color: #613393;
font-style: normal;
}

.footer_inner {
  background-repeat: no-repeat;
  background-size: cover;
}
nav.main_menu > ul > li > a {
    color: #613393 !important;
}

.qode_icon_font_awesome.fa {
    font-family: FontAwesome !important;
    color: #EFA430;
}
/* Set a maximum width and height for the logo */
.q_logo a img {
    max-width: 700px; /* Adjust this value as needed */
    max-height: 100px; /* Adjust this value as needed */
    width: auto; /* This will ensure the width is auto-adjusted */
    height: auto; /* This will ensure the height is auto-adjusted */
    display: block; /* This can help with spacing issues */
}
.side_menu_button a:last-child {
    padding: 0 0 10px 8px !important;
}
.drop_down .narrow .second .inner ul li:hover {
    background-color: #fbebc9 !important; /* This is a shade of blue */
}
.drop_down .narrow .second .inner ul li {
    background-color: #fdf6e6 !important; /* This is a shade of blue */
}

.drop_down .narrow .second .inner ul li a {
   color: #613393 !important;
	font-weight: bold;
}

