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

*/

/*Menu Styles*/
.header_bottom {
	box-shadow: 0px 1px 6px rgba(0,0,0,0.2);
}

/*Info Box Home Page*/
.info-shadow-box {
	box-shadow: 0px 2px 14px rgba(0,0,0,0.2) !important;
}

/*White text*/

.white-text p, .white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
	color:#fff !important;
}

/*Team Showcase*/
.tpstyle-9-content h3 a {
    font-size: 20px !important;
}

ul.ex-social-account {
    display: none !important;
}

.tpstyle-9 .tpstyle-9-position {
	background:#1c1b34 !important;
	bottom:8px !important;
}

.extp-mdbutton {
    display: none;
}

@media screen and (max-width:767px) {
.ex-hidden .exp-modal-info h5 {
	 border-right: none !important;
    padding-right:0px !important;
}
}

/*Slider Home Page*/
.qode_image_gallery_no_space .controls a.next-slide span, .qode_image_gallery_no_space .controls a.prev-slide span {
	  margin-left: -19px !important;
}

/*General Styles*/
.extp-member-single .member-desc p {
	margin-bottom:0.75em !important;
}

/*Footer styles*/
.footer_top .footer_col1 {
	margin-top:-20px !important;
}

.footer_top .column_inner > div h5 {
	margin-bottom:10px;
}