#pr-nav .top-wrap img {
  max-height: 80px;
}
#main-header .title-wrap .breadcrumbs {
  display: none;
}
#main-header {
  display: none !important;
}
.single-post #main-header {
  display: block !important;
}
.single-post #main-header {
  margin-bottom: 0 !important;
}
.single-post #site-content {
  padding-top: 50px;
  background-color: #fbe5ec;
}
.single-post .post .entry-header {
  display: none;
}
.single-post .post > .comments-wrapper.section-inner {
  display: none;
}
#colophon .tt_copyright p {
  margin: 0;
}
.tt_text_no_margin p {
  margin: 0;
}
.tt_text_list ul {
  margin-left: 20px;
}
.tt_text_list ul li p {
  display: inline;
}
.tt_appointment_form .tt_form_row {
  margin-bottom: 20px;
}
.tt_appointment_form .tt_form_row label {
  margin-bottom: 20px;
  display: block;
}
.tt_appointment_form .tt_form_row label span {
  color: red;
}
.tt_appointment_form .tt_form_row br {
  display: none;
}
.tt_appointment_form .tt_form_row.tt_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.tt_appointment_form .tt_form_row .tt_col_12 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.tt_appointment_form .tt_form_row .tt_col_6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 48%;
}
.tt_appointment_form .tt_form_row .wpcf7-radio {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 5px;
  column-gap: 20px;
}
.tt_appointment_form .tt_form_row .wpcf7-radio .wpcf7-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  margin: 0;
}
.tt_appointment_form .tt_form_row .wpcf7-radio .wpcf7-list-item input {
  min-width: unset;
  margin-right: 10px;
  width: 18px;
  height: 18px;
}
.tt_appointment_form .tt_form_row .wpcf7-radio .wpcf7-list-item:hover {
  color: #ed639f;
}
.tt_appointment_form .tt_form_row textarea {
  height: 100px;
}
.tt_appointment_form .tt_form_row textarea:hover {
  border-color: #ed639f !important;
}
.tt_appointment_form .tt_form_row.tt_submit .wpcf7-submit {
  background-color: #ed639f;
}
.tt_appointment_form .tt_form_row.tt_submit .wpcf7-submit:hover {
  background-color: #fbe5ec !important;
  color: #ed639f !important;
}
.blog-sidebar-widgets .tt_appointment_form .tt_form_row.tt_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.blog-sidebar-widgets .tt_appointment_form .tt_form_row .tt_col_6 {
  width: 100%;
  max-width: 100%;
  flex: 0 0 100%;
}
.blog-sidebar-widgets .tt_appointment_form .tt_form_row .wpcf7-radio {
  flex-direction: column;
  align-items: start;
  flex-wrap: wrap;
}
.blog-sidebar-widgets .tt_appointment_form .tt_form_row .wpcf7-radio .wpcf7-list-item input {
  min-width: 16px;
  margin-right: 10px;
  width: 16px;
  height: 16px;
}
