/* Enter Your Custom CSS Here 

.navbar-brand > img {
    max-height: 125px;
}

.navbar-brand img {
min-height: 110px;
}

#main-nav 
{
  height: 120px;
}
*/

.navbar-brand img 
{
  min-width: 160px;
  min-height: 100px; 
}

.navbar-header.responsive-logo
{
  padding-bottom:35px;
}

#pirate-forms-contact-submit
{
background-color: #e96656;
    border: medium none;
    border-radius: 4px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    margin: 10px;
    padding: 13px 35px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
  float:right;
  width:250px;
}

input[type="text"]
{
  
  width: 48%;
  margin-left:3px;
  margin-right:3px;
  margin-top:5px;
  margin-bottom:5px;
}

input[type="email"]
{
  margin-left:3px;
  margin-right:3px;
  width: 48%;
  margin-top:5px;
  margin-bottom:5px;

}


.wpcf7-form-control-wrap.your-subject input
{
   
    width: 100%;
}


.wpcf7-response-output
{
color:#fff

}