/* Enter Your Custom CSS Here */
.header{
	background-image: url(/wp-content/uploads/2018/09/butterfly-image.jpg);
	    background-size: 80px;
    background-position: top 8px right calc(50% + -175px);
  background-repeat: no-repeat;
}

.search-toggle{
  display:none!important;
}

@media (max-width: 600px) {
  .header {
 	 background-size: 40px;
  	background-position: top 5px right calc(50% - 113px);
	}
}

.footer .widgets{
  margin-left: 0!important;
}
.footer .widget_media_image{
  text-align:center;
}
.current-menu-item a{
  font-weight:bold;
}

.content{
 	margin-top: 0!important; 
}

.post-content img{
  padding:0;
  border: none!important;
}
.gallery-item{
  margin-bottom:0!important;
}
.gallery-caption{
  display:block!important;
}
.header-image{
  max-width:1200px;
  max-height: 500px !important;
  margin: 0 auto;
}
.wpcf7-text, .wpcf7-date, .wpcf7-number{
      border: #eee 1px solid;
    padding: 5px 10px;
    border-radius: 7px;
  outline:none!important;
}
.wpcf7-date{
  max-width: 100px;
}
.wpcf7-form label{
  color: #555;
    font-size: 12px;
}
.wpcf7-submit {
    outline: 0;
    border: none;
    background-color: #044;
    color: white;
    padding: 8px 15px;
    border-radius: 20px;
  cursor:pointer;
}
.wpcf7-submit:hover {
  background-color: #066;
}
.wpcf7-validation-errors{
      border: #f30 1px solid !important;
    border-radius: 5px;
    padding: 10px 15px !important;
    font-size: 13px;
    font-weight: bold;
}
.credits-inner{
  display:none;
}
.footer{
 padding: 40px 0 !important; 
}
.footer .widgets{
  width:100%;
}
.credits:after{
 content: "Copyright Papilio 2018";
  color:white;
  text-align: center;
  display: block;
  font-size:12px;
}
.small{
  display: inline-block;
  width: 49%;
  margin-top:20px;
}
.small input{
  max-width:100px;
  margin-top:3px;
}
.header-image{
		max-height:450px;
}