/*
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");

/**************************************************
Custom Css By FK
***************************************************/

/***** News Ticker Title *****/
h3.mtphr-dnt-title {
color:#ffffff !important;
}

/***** Schedule Pages *****/
table.schedule {
	width:100%  !important;
	border-collapse:collapse !important;
	background:#F2F2F2 !important;
}
table.schedule, table.schedule th, table.schedule td {
   border: 1px solid #ffffff!important;
}
table.schedule th,
table.schedule td {
	vertical-align:middle !important;
}

table.schedule th {
    background-color: #81D742 !important;
    color: white !important;
	height:50px !important;
}

table.schedule tr:hover {background-color: #e9e9e9 !important;}

/***** Footer Menu *****/
.footer_top .widget_meta > ul > li, .footer_top .widget_nav_menu ul li, .footer_top .widget_pages ul li, .footer_top .widget_recent_comments > ul > li, .footer_top .widget_recent_entries > ul > li {
padding:0px;
}

/***** Contact Page Hide Don't be SHY *****/
.contact_section>h4 {
display:none;
}

/***** Footer Copy Right *****/
.footer_bottom a {
color:#ffffff;
}

/***** Top Menu *****/
nav.main_menu > ul > li > a {
	font-size:12px;
}

.q_logo {
    left: 75px;
}

@media screen and (max-width: 768px) {
.q_logo {
    left: 0;
}
}