/*footer navigation not using

@media (min-width:601px) {
  .horizontal-menu ul {
    display: flex;
    flex-direction: row;
    list-style: none;
    margin: 0;
    padding: 0;
    align-items: stretch;
    justify-content: space-between;
  }
}

@media (max-width:600px) {
  .horizontal-menu ul {
    text-align: center;
  }
}*/

/*blog customization*/

article.post>:first-child {
  text-align: center;
}

.entry-title {
  color: #e2725b;
}

.page-id-10
#masthead {
  z-index: 1;
}

/*contact form customization*/

.wpcf7 form.wpcf7-form p {
  text-align: left;
		  text-transform: none;

}

input[type=submit] {
  margin-top: 20px;
		text-transform: none;
	font-family: sansita;	
}