/**
 * Theme Name:     Bridge Child
 * Author:         Qode Interactive
 * Template:       bridge
 * Text Domain:	   bridge-child
 * Description:    Bridge Theme
 */
#home-abraplate .wpb_text_column .wpb_wrapper, 
#wear-plates .wpb_text_column .wpb_wrapper, 
#fabrications .wpb_text_column .wpb_wrapper,
#welding-consumables .wpb_text_column .wpb_wrapper {
  background-color: #01253e;
  padding: 10px;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 5px;
}

nav.main_menu > ul > li.active > a {
  color: #FF5A60 !important;
}

.bord-table table thead tr th {
	background-color: #01253e !important;
}


#mining .cstm-h1.text-white, #mining h2, #mining .cstm-p--medium,
#power-generation .cstm-h1.text-white, #power-generation h2, #power-generation .cstm-p--medium,
#cement .cstm-h1.text-white, #cement h2, #cement .cstm-p--medium,
#steel-iron .cstm-h1.text-white, #steel-iron h2, #steel-iron .cstm-p--medium,
#recycling .cstm-h1.text-white, #recycling h2, #recycling .cstm-p--medium,
#agricultural .cstm-h1.text-white, #agricultural h2, #agricultural .cstm-p--medium
{
  background-color: #01253e;
  padding: 10px;
  max-width: fit-content;
  margin: 0 auto;
  border-radius: 5px;

  color:#fff;
}

.form-input-wrapper br {
    display: none; 
}
.vc_row:not(#about-us):not(#industry-applications):not(#news) .wpb_text_column .wpb_wrapper h2 a,
.vc_row:not(#about-us):not(#industry-applications):not(#news) .wpb_text_column .wpb_wrapper h2 {
  color: #fff !important;
}

/*.wpb_text_column .wpb_wrapper h3, .wpb_text_column .wpb_wrapper h3 a { color: #01253e; font-size:22px; }*/

#welding-consumables .wpb_text_column .wpb_wrapper h3,#welding-consumables .wpb_text_column .wpb_wrapper h3 a,
#fabrications .wpb_text_column .wpb_wrapper h3,#fabrications .wpb_text_column .wpb_wrapper h3 a,
#wear-plates .wpb_text_column .wpb_wrapper h3,#wear-plates .wpb_text_column .wpb_wrapper h3 a,
{ color: #fff !important; font-size:22px;}

nav.mobile_menu ul li span.mobile_arrow span,
nav.mobile_menu ul li span.mobile_arrow span {
  color: #888;
}
nav.mobile_menu ul > li > span.mobile_arrow span {
  display: none;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow span {
  display: inline;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow span.fa-angle-down,
nav.mobile_menu ul > li.has_sub > span.mobile_arrow span.fa-angle-down {
  display: none;
}
nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow span.fa-angle-right,
nav.mobile_menu ul > li.has_sub > ul.open_sub > li > span.mobile_arrow span.fa-angle-right {
  display: none;
}
nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow span.fa-angle-down,
nav.mobile_menu ul > li.has_sub ul.open_sub > li > span.mobile_arrow span.fa-angle-down {
  display: inline;
}
@media (min-width:1024px)
{  	 .espa-banner {
	  position: fixed;
	  bottom: 0;
	  left: 0;
	  z-index: 10;
	}
}