/* Ultimate Member Hide Profile Image */

.um-header { display: none; }




/* Home Page Hide Title */

.home .wrapper.inner-main-title.init-animate.fadeInDown.animated {
 display: none;
}



/* Home Page Remove Title Background Space and Image */

.home .wrapper {
   display: none;
  }



/* Hide Page Title Background Image */

div.wrapper.inner-main-title {
    background-image:none;
}



/* Page Title Margin and Show Breadcrumbs */

.clearfix  {
   margin-top: 32px;
  }




/* Gallery Image Rollover Caption */

body .dgwt-jg-gallery .dgwt-jg-caption span {
font-size: 15px;
letter-spacing: 0px;
}




/* Event Title spacing */

.dp_pec_event_title_sp  {
  padding-top: 10px;
  padding-bottom: 3px;
  line-height: 120% !important;
}




/* Event Location spacing */

.dp_pec_date_event span {
  line-height: 120% !important;
}

  


/* Image captions*/

.wp-caption-text {
  font-size: 15px;
  line-height: 18px;
  font-style: italic;
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 11px;
  padding-bottom: 20px;
 
}


/* Contact form send button*/

input.wpcf7-form-control.wpcf7-submit {
    margin-left: 0em;
  font-weight: bold;
  text-transform: uppercase;
}




/* Contact form response box*/

div.wpcf7-response-output {
  margin-left: 0em;
   margin-top: 1em;
  padding: 1em 1em 1em 1em;
  border: 2px solid #ea2700;
   border-radius: 4px;
}
  
  
   

/* Contact form align left */

.wpcf7 form.wpcf7-form p {
    text-align: left;
  width: 100%;
}



/* Horizontal rule weight */

hr {
    border-top: 10px solid #eeeeee;
}




/* Responsive video */

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
        max-width: 100%;
}
/* Search widget align */

.search-block{
    margin-left: 0px;
     margin-right: 0px;
     margin-top: 30px;
     margin-bottom: 50px;
}




/* Widget items underline */

.widget li {
  border-top: 0px;
  border-bottom: 1px solid #d7d7d7;
}




/* Widget padding */

.widget ul,
.widget ol{
padding-bottom: 30px;
}




/* Mobile menu colour */

.main-navigation {
background: #000000;
opacity: 0.7;
}



/* Page title colour */

.entry-title  {
  color: #ea2700 !important; 
  }



/* Google Map make responsive */

#bgmp_map-canvas {
    width: 100% !important;
}



/* Google Map pop up heading */

.bgmp_placemark h3 {
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 22px;
}



/* Google Map list hide address link */

.bgmp_list-link {
  display: none;
}




/* h3 text*/

h3 {
  color: #ea2700;
  text-transform: none;
}




/* Text on slider */

.home-bxslider .lead {
  display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto;
    text-shadow: 0 0 0.2em #000000;
    letter-spacing: 0.05em;
   }




/* Hide footer text */

.site-info {
display: none;
}