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

/** HOME PAGE **/

.home #menu-main-menu a {
	color: #3e3a3b;
}
.home #menu-main-menu a:hover {
	color: #757373;
}
.home #menu-main-menu .second a {
	color: #fff;
}
.home #menu-main-menu .second a:hover {
	color: #b2b0b0;
}

/** CONTACT PAGE **/

.contact-us .main_menu a {
	color: #3e3a3b !important;
}
.contact-us .main_menu a:hover {
	color: #757373 !important;
}
.contact-us .main_menu .second a {
	color: #fff !important;
}
.contact-us .main_menu .second a:hover {
	color: #b2b0b0 !important;
}


/** MENU **/

.sticky .main_menu a {
	color: #3e3a3b !important;
}
.sticky .main_menu a:hover {
	color: #757373 !important;
}

.sticky .main_menu .second a {
	color: #fff !important;
}



/** GENERAL **/


.center-content {
	text-align: center !important
}


.wpb-content-wrapper p {
	padding-bottom: 15px;
}

.wpb-content-wrapper ul li {
	font-family: open sans !important;
		padding-bottom: 8px !important;
}


.wpb_wrapper h1, h2, h3 {
	font-weight: light !important;
}
.wpb_wrapper h1, h2, h3, h4, h5, h6 {
	padding-bottom: 15px !important;
	padding-top: 15px !important;
}

.wpb-content-wrapper ul.small-font-list li {
	font-size: 13px !important;
}

.wpb-content-wrapper ol {
	padding-left: 15px;
}

.wpb-content-wrapper ol li {
	font-family: open sans !important;
	padding-bottom: 8px;
}

.wpb-content-wrapper p.small-font-text {
	font-size: 13px !important;
}

.wpb-content-wrapper a img:hover {
       opacity: 0.8;
      }


.wpb_wrapper img.alignright {margin-bottom: 20px !important;}
.wpb_wrapper img.alignleft {margin-bottom: 20px !important;}
.wpb_wrapper img.aligncenter {margin-bottom: 20px !important;}

/** CAPTIONS **/

.wp-caption-text {
	padding-top: 10px !important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: open sans;
	line-height: 24px;
	font-size: 15px !important;
	color: #3e3a3b;
	font-style: italic;
}

.vc_figure-caption {
	padding-top: 10px !important;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
	font-family: open sans;
	line-height: 24px;
	font-size: 15px !important;
	color: #3e3a3b;
	font-style: italic;
}


/** ACCORDION **/

h4.ea-header a {
	font-family: Open Sans;
}


/** TESTIMONIALS **/

.testimonial_text_holder{
	margin-bottom: -60px !important;
}

.testimonial_author {
	font-weight: 400 !important;
	font-style: italic !important;
	font-family: open sans !important;
	font-size: 18px !important;
}

.form-buttons a.qbutton {
	width:100%;
	box-sizing: border-box !important;
}



@media only screen and (max-width: 480px) { 
body .wp-caption { 
  width: auto !important; 
	margin-left: 0 !important; 
	margin-right: 0 !important; 
} 
}


