/*
Theme Name: memolead
Template: twentyseventeen
*/

.site-header,
footer,
.page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title{
    display: none;
}
.page:not(.home) #content, .site-content-contain #content.site-content{
    padding: 0 !important;
    max-width: 750px;
    margin: 0 auto;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: none;
}

body img {
  max-width: 100%;
  display: inline-block;
  vertical-align: top;
}

#main input[type='text'],
#main input[type='email'],
#main input[type='date'],
#main textarea {
  margin-top: 0;
}

#main input[type='text']:placeholder,
#main input[type='email']:placeholder,
#main input[type='date']:placeholder,
#main textarea:placeholder {
  color: #777;
}

#main input[type='tel'] {
  border: solid 1px #e6e6e6;
  color: #262626;
  padding: 0.6em;
}

@media (max-width: 767px) {
  #main input[type='date'],
  #main input[type='text'],
  #main input[type='email'],
  #main input[type='tel'],
  #main textarea {
    font-size: 16px;
    transform: scale(calc(14 / 16));
    width: 96vw;
    margin: 0 0 0 -6vw;
    padding: 4%;
  }
}