/*
Theme Name: therapydog 
Template: habakiri
*/
/* ---------------------------------------------------------
common
--------------------------------------------------------- */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
}

h1 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 400;
  color: #c87b15;
}

h2 {
  margin: 0;
}

section h2 {
  font-size: 16px;
  font-size: 1.6rem;
  background: url(https://therapydog-upbringing.com/wp-content/uploads/2017/09/688ac44495e7f20e90ec71fa4df78df5.png) no-repeat left bottom;
  padding-left: 40px;
  line-height: 2.5;
  width: 100%;
  height: 45px;
  letter-spacing: 3px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  section h2 {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 3;
    letter-spacing: 0;
  }
}

p {
  line-height: 1.5;
}

ol,
ul {
  margin: 0;
  padding-left: 0;
  list-style-type: none;
}

a {
  display: block;
  text-decoration: none;
}

a:link, a:visited, a:hover, a:active {
  display: block;
  text-decoration: none;
}

a img:hover {
  opacity: 0.7;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.home .page-header {
  display: none;
}

.entry-meta,
.related-posts {
  display: none;
}

#contents {
  margin-top: 0 !important;
}

#main {
  width: 930px;
  float: right;
}

aside {
  width: 240px;
  float: left;
  padding-top: 20px;
  margin-right: 30px;
}

aside a {
  margin-bottom: 20px;
}

.home .entry__title {
  display: none;
}

.blog .header__content .header__col {
  display: none;
}

.entry__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 50px;
  letter-spacing: 4px;
  line-height: 2.7;
  padding-left: 15px;
  background: url(https://therapydog-upbringing.com/wp-content/uploads/2017/09/67ecc6b4c0017e9e6edc7f4f380e5d10.png) no-repeat left bottom;
}

.btn_more {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  width: 25%;
  margin: 40px auto;
  background-color: #223a70;
}

.btn_more a {
  padding: 10px;
  display: block;
  color: #fff !important;
}

.btn_more:hover {
  background-color: #2a2c63;
  color: #fff !important;
}

.responsive-nav-contents {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.visible-xs {
  font-size: 12px;
  font-size: 1.2rem;
  color: #999;
}

@media screen and (max-width: 768px) {
  #main {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  aside {
    display: none;
  }
  .entry__title {
    width: 100%;
    background: #a68958;
  }
}

@media screen and (min-width: 1200px) {
  .container {
    width: 1200px;
    padding: 0;
  }
}

.fb {
  font-weight: 700;
}

/* ---------------------------------------------------------
header
--------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .header .head_box {
    display: block;
  }
  .header .head_box > div {
    width: 100%;
  }
  .header .head_box > div:nth-child(3) {
    display: none;
  }
}

.header--default .global-nav .menu, .header--transparency .global-nav .menu {
  float: none;
}

/* ---------------------------------------------------------
responsive-nav
--------------------------------------------------------- */
.responsive-nav {
  float: none;
}

.responsive-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.responsive-nav ul li {
  width: 18%;
  background: url(https://therapydog-upbringing.com/wp-content/uploads/2022/06/37a7bc309dafd1a7ca875a7f0457ee9e.png) no-repeat;
}

.responsive-nav ul li a {
  font-size: 13px;
  font-size: 1.3rem;
  display: block;
  font-weight: 700;
}

#responsive-btn {
  position: relative;
  float: left;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 27px;
}

#responsive-btn::before {
  content: "" !important;
}

.off-canvas-nav--dark .current_page_item > a {
  background-color: #fff;
  color: #333;
}

.off-canvas-nav--dark {
  background-color: #fff;
}

.off-canvas-nav--dark a {
  color: #333;
}

.off-canvas-nav--dark li {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.off-canvas-nav--dark > * > ul {
  border-bottom: 1px solid #000;
}

.off-canvas-nav--dark {
  border-top: 1px solid #000;
}

@media screen and (min-width: 1024px) {
  .responsive-nav ul li:nth-child(n + 7) {
    display: none;
  }
}

/* ---------------------------------------------------------
top_bnr
--------------------------------------------------------- */
.top_bnr {
  padding-top: 20px;
}

.top_bnr .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.top_bnr .wrap > div {
  width: 31%;
  margin-right: 2%;
  margin-bottom: 50px;
}

.top_bnr .wrap > div:nth-child(3) {
  margin-right: 0;
}

/* ---------------------------------------------------------
friends
--------------------------------------------------------- */
.friends .box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 50px;
}

.friends .box1 > div {
  width: 31%;
  margin-right: 3%;
}

.friends .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.friends .box2 > div {
  margin-bottom: 50px;
  width: 21%;
}

@media screen and (max-width: 767px) {
  .friends .box1 {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .friends .box1 > div {
    width: 49%;
    margin-right: 0;
  }
  .friends .box2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-content: space-between;
  }
  .friends .box2 > div {
    width: 49%;
  }
}

/* ---------------------------------------------------------
messege
--------------------------------------------------------- */
.messege .large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.messege dl {
  padding-top: 50px;
}

.messege dl dt {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .messege dl {
    padding-top: 50px;
  }
  .messege dl dt {
    float: none;
    margin-right: 0;
  }
}

/* ---------------------------------------------------------
activity-purpose
--------------------------------------------------------- */
.activity-purpose .large {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}

.activity-purpose dl {
  padding-top: 20px;
}

.activity-purpose dl dt {
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  margin-right: 30px;
}

/* ---------------------------------------------------------
what-therapydog
--------------------------------------------------------- */
.what-therapydog .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.what-therapydog .box > div {
  width: 48%;
}

.what-therapydog dl {
  padding-top: 50px;
}

.what-therapydog dl dt {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .what-therapydog dl {
    padding-top: 50px;
  }
  .what-therapydog dl dt {
    display: block;
    float: none;
    margin-right: 0;
  }
}

/* ---------------------------------------------------------
members-wanted
--------------------------------------------------------- */
.members-wanted .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}

.members-wanted .box > div {
  width: 48%;
}

.members-wanted dl {
  padding-top: 50px;
}

.members-wanted dl dt {
  float: left;
  margin-right: 30px;
}

/* ---------------------------------------------------------
volunteer
--------------------------------------------------------- */
.volunteer dl dt {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .volunteer dl dt {
    display: block;
    float: none;
    margin-right: 0;
  }
}

/* ---------------------------------------------------------
characteristic
--------------------------------------------------------- */
.characteristic dl {
  padding-top: 50px;
}

.characteristic dl dt {
  float: left;
  margin-right: 30px;
}

/* ---------------------------------------------------------
hiyou
--------------------------------------------------------- */
.hiyou table {
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0 10px;
}

.hiyou table th, .hiyou table td {
  padding: 5px;
  border: 1px solid #65441B;
}

.hiyou table th {
  background-color: #dac8ab;
  color: #65441B;
  width: 30%;
}

.hiyou dl {
  padding-top: 50px;
}

.hiyou dl dt {
  float: left;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .hiyou table th {
    width: auto;
  }
}

/* ---------------------------------------------------------
contact
--------------------------------------------------------- */
.contact .notice {
  font-size: 14px;
  font-size: 1.4rem;
  color: #ff0000;
}

.contact table {
  width: 100%;
}

.contact table th,
.contact table td {
  vertical-align: middle;
  padding: 10px;
  font-weight: normal;
  border: none;
}

.contact table th {
  background-color: #fff;
  color: #000;
}

.contact table input[type="text"], .contact table input[type="tel"] {
  padding: 5px;
}

.contact table label {
  font-weight: 400;
}

.contact table textarea {
  padding: 10px;
  width: 100%;
}

.contact .wpcf7-list-item {
  margin: 0;
  display: block;
}

.contact input[type="radio"] {
  float: left;
  display: block;
  font-weight: 400;
  margin-right: 10px;
}

.contact input[type="submit"] {
  width: 250px;
  display: block;
  margin: 0 auto;
  border: 0;
  padding: 15px 0;
}

@media screen and (max-width: 767px) {
  .contact table th,
  .contact table td {
    display: block;
    width: 100%;
    padding: 10px;
  }
  .contact table button,
  .contact table input,
  .contact table select,
  .contact table textarea {
    width: 100%;
  }
  input[type="radio"] {
    width: auto !important;
  }
}

/* ---------------------------------------------------------
single
--------------------------------------------------------- */
.single .leads {
  background-color: #e6b617;
  color: #fff;
  margin-bottom: 30px;
  padding: 5px 10px;
  text-align: center;
  width: 10%;
}

.single h2 {
  text-align: left;
}

.single h3 {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  padding: 10px 0;
}

.single .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}

.single .box > div {
  width: 48%;
}

.single table {
  width: 100%;
}

.single table th,
.single table td {
  padding: 15px;
}

.single table th {
  background-color: #ec8947;
  color: #fff;
  text-align: center;
  font-weight: 400;
  width: 25%;
}

.single table td {
  vertical-align: top;
}

.single .around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  padding: 20px;
  border: 10px solid #8f6552;
  max-width: 100%;
  margin: 0 auto 80px;
}

.single .around > div {
  width: 60%;
}

.single .around > div + div {
  width: 40%;
}

.single .around > div img {
  float: left;
  margin-right: 15px;
}

.single .around h2 {
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0;
  background-color: #fff;
  color: #222;
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}

.single .around .lead {
  font-size: 40px;
  font-size: 4rem;
  color: #e6b617;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
}

.single .around .lead span {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  color: #ff0000;
}

.single .myButton {
  background-color: #ff8a00;
  border-radius: 5px;
  border: 1px solid #ff8a00;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 60px;
  text-decoration: none;
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ---------------------------------------------------------
footer
--------------------------------------------------------- */
.footer {
  text-align: center;
}

.footer .ft_menu {
  font-size: 12px;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 15px;
}

.footer .ft_menu > li {
  border-right: 1px solid #856C29;
}

.footer .ft_menu > li:last-child {
  border: none;
}

.footer .ft_menu > li a {
  padding: 0 10px;
}

.footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #fff;
  padding: 1rem 0;
}

@media screen and (max-width: 768px) {
  .footer .ft_info .box {
    display: block;
  }
  .footer .ft_info .box > div {
    width: 100%;
  }
  .footer .ft_info ul {
    display: none;
  }
  .footer .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .footer .scroll table {
    width: 100%;
  }
  .footer .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .footer .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .footer .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

.back-to-top {
  background: #d6c6af;
}

.back-to-top:hover {
  background: #d6c6af;
}

/* ---------------------------------------------------------
pagetop
--------------------------------------------------------- */
.pagetop {
  padding: 10px 0;
  text-align: right;
}

/* ---------------------------------------------------------
blog
--------------------------------------------------------- */
.blog h2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 700;
  width: 100%;
  height: 50px;
  letter-spacing: 4px;
  line-height: 2.7;
  padding-left: 15px;
  background: url(https://therapydog-upbringing.com/wp-content/uploads/2017/09/67ecc6b4c0017e9e6edc7f4f380e5d10.png) no-repeat left bottom;
}

.blog .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.blog .box article {
  width: 23%;
  margin-right: 2%;
}

.blog .box article a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 30px;
}

.blog .box article a img {
  background-color: #FEF5E9;
  padding: 3px;
  border-width: 1px;
  border-color: #DFD2C1;
  border-style: solid;
}

.blog .box article:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .blog h2 {
    width: 100%;
    background: #a68958;
  }
  .blog .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    justify-content: space-between;
  }
  .blog .box article {
    width: 49%;
    margin-right: 0;
  }
}
