/*
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");


/* text styling */

h1 {
	font-family: 'Playfair Display', sans-serif;
	margin-bottom: 1em!important;
	font-weight: 400;
}
table td{ padding-left: 0 !important; }
p {
margin-bottom: 1rem!important;
}

h3 {
margin-bottom: .5rem!important;
}

.content .container .container_inner.page_container_inner, .full_page_container_inner {
padding: 50px 0;
}

/* contact form */

#respond textarea, #respond input[type='text'], .contact_form input[type='text'], .contact_form textarea {
background-color: #e7e7e7;

}



body .gform_wrapper .chzn-container .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single, body .gform_wrapper .chzn-container-single .chzn-single b, body .gform_wrapper input[type=email], body .gform_wrapper input[type=number], body .gform_wrapper input[type=password], body .gform_wrapper input[type=tel], body .gform_wrapper input[type=text], body .gform_wrapper input[type=url], body .gform_wrapper textarea {
	background-color: #e7e7e7;
}




/* Header bottom styles
   ========================================================================== */

/* Youtube Gallery */

.column_inner ul.ytchagallery {
margin: 20px 0 0 0!important;

}

.footer_bottom a {
	color: #909090;
	}

/* Text Styling Adjsutments */

h1 {
font-size: 3em;
line-height: 1.25em;
margin-bottom: 1em;
}

/* Interior Content Area Adjustments */

body.home .content_bottom {
	display: none;
}

.content_bottom {
	padding-bottom: 50px;
	}
	
#menu-primary li:last-child a {
  line-height: 20px!important;
  background-color: #c28c60;
  margin: 20px;
  padding: 20px;
  border-radius: 6px;
  color: #000;
}
		
#menu-primary .second li:last-child a {
  line-height: 16px;
  background-color: transparent!important;
  margin: 0 ;
  padding: 9px 20px;
  border-radius: 6px;
  color: #9d9d9d!important;
}

#menu-primary .second li:last-child a:hover {
	color: #fff!important;
}	
		
		
.scrolled #menu-primary li:last-child a {
  line-height: 10px!important;
  background-color: #c28c60;
  margin: 10px;
  padding: 10px;
  border-radius: 6px;
  color: #000;
}
		
body .gform_wrapper input[type=submit]:hover, body .gform_wrapper input[type=button]:hover, body .gform_wrapper input[type=reset]:hover{
	background-color: #c28c60;
	border-color: #c28c60;
}	
/* Services */

.serv_disclaimer {
	margin-top:-30px!important;
	margin-bottom: 50px!important
}
table.im_service_table {
	margin: 0px 0 50px!important;
}

table.im_service_table th {
	background: #c28c60;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	text-align: left;
	padding: 10px 15px;
}
table.im_service_table th h3 {
	color:#fff;
}
table.im_service_table .head-desc td {
  background: #c28c60;
  padding: 0px 15px 10px;
  color: #fff;
	font-size: 0.9em;
	font-style: italic;
	line-height: 1.4em;
}

table.im_service_table .head-desc td a {
	color: #7b5c52;
}

.im_service_table td {
	padding: 15px 0;
	text-align: left;
}
.im_service_table td.serv_price { padding: 15px 15px; }
.im_service_table tbody tr { border-bottom: 1px solid #eaeaea; }
.im_service_table td.serv_title { font-weight: bold; padding-left: 15px; }
.im_service_table tr.has_desc {border-bottom: none; }
.im_service_table tr.has_desc td { padding-bottom: 0; }
.im_service_table td.serv_desc {
	font-size: 0.9em;
	font-style: italic;
	padding-top: 0;
	 padding-left: 15px;
}

.clear {
clear: both;
}

/* sidebar menus */

aside .widget ul {
	text-align: center;
	padding: 0 20px;
	
}

aside .widget li {
	font-weight: 100;
	margin: 0 0 15px 0;
	padding: 0 20px 15px ;
	border-bottom: solid 1px #ccc;
	text-transform: uppercase;
}

.sidebar {
	text-align: center;
	}
	
.sidebar .menu {
	margin-top: 90px;
	}
	
/* footer styles */


body.home .footer_inner {
	margin-top: 0px;
	}

h4.team_name {
	text-transform: uppercase;
	font-size: 22px;
}
h5.team_title {
    letter-spacing: 0px;
    font-size: 12px;
    font-style: italic;
}
.team_bio p {
	margin-bottom: 0!important;
}
#teampage-modest .team_member:last-child {
	border-bottom: 1px solid #ccc;
}