/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

#menu-main_menu .contact a > span:first-of-type {
	line-height: normal;
    padding: 15px 20px;
    background-color: #6eb2c8;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#menu-main_menu .contact a > span .underline_dash {
    display: none;
}

#menu-main_menu .contact a:hover > span:first-of-type {
    background-color: #38b5e6;
}

#menu-main_menu .fb a > span .underline_dash {
    display: none;
}

.banner-title {
    text-align: center;
}

.foogallery .fg-caption-title, 
.fbx-caption-title {
	color: #38b5e6;
	font-size: 18px;
}

.fg-caption-desc ,
.fbx-caption-desc {
	color: white;
	font-size: 12px;
}



