/* HOMEPAGE SLOGAN */
.post-entry .avia_textblock h3 {
  line-height:1.5em;
  FONT-WEIGHT:NORMAL;
}
/* REPORT AN INCIDENT BUTTON */

.martis-btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  background: #378EAF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.martis-btn:hover {
  background: #bbbbbb;
  text-decoration: none;
  color: #e1e1e1 !important;
}

.martis-btn2 {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0px;
  font-family: Arial;
  color: #ffffff !important;
  font-size: 20px;
  background: #378EAF;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.martis-btn2:hover {
  background: #bbbbbb;
  text-decoration: none;
  color: #e1e1e1 !important;
}

/* REMOVE TEXT-TRANSFORM */

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
  text-transform: none !important;
}

/* REMOVE LOGO */

.logo.bg-logo {
   display: none !important;
}

/* Form Adaptations */

.adult { 
  	
  	width: 15%;
  	display: inline-block;
  	margin-right: 25px;

}

.adultf { 
  
  width: 15%;
  display: inline-block;
  margin-right: 25px;

}


.child { 
  
  width: 15%;
  display: inline-block;
  margin-right: 25px;

}

.childf { 
  
  width: 15%;
  display: inline-block;
  margin-right: 25px;

}

