/*
Theme Name:
Author:
Author URI:
Description:
Version:
License:
License URI:
*/

.wrap {
  position: relative;
  z-index: 0;
}
/* GLOBAL BREADCRUMBS */
.breadcrumbs--global {
  margin-top: 70px;
  width: 100%;
}
.breadcrumbs--global ul {
  display: flex;
  overflow: auto;
  text-wrap: nowrap;
  white-space: nowrap;
  padding: 0 15px;
}
.breadcrumbs--global ul li {
  font-size: 14px;
  height: 30px;
  display: flex;
  align-items: center;
  margin: 0 10px;
  line-height: 1;
  position: relative;
}
.breadcrumbs--global ul li img {
  margin-right: 7px;
}
.breadcrumbs--global ul li::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 8px;
  width: 1px;
  height: 14px;
  background: #2b2b2b;
}
.breadcrumbs--global ul li:last-child::after {
  display: none;
}
.breadcrumbs--global ul li a {
  color: #2b2b2b;
}
.breadcrumbs--global ul li span {
  display: inline-block;
  margin: 0 10px;
}
/* HERO */
.hero--oa {
  width: 100%;
  height: calc(100vh - 100px);
  background: url('img/hero-bg.png') lightgray 50% / cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero--oa__container {
  width: 100%;
  max-width: 1230px;
  padding: 0 15px;
}
.hero--oa__inner {
  display: flex;
}
.hero--oa__message-box {
  flex: 0 0 45%;
  padding-top: 50px;
}
.hero--oa__badge-box {
  display: flex;
  gap: 33px;
  margin-bottom: 15px;
}
.hero--oa__badge-box img {
  height: 50px;
}
.hero--oa__message-box h1 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
}
.hero--oa__message-box p {
  margin-bottom: 30px;
}
.hero--oa__btn--blue {
  border-radius: 5px;
  background: #427EEE;
  color: #ffffff;
  display: flex;
  height: 50px;
  align-items: center;
  justify-content: center;
  width: 350px;
  font-weight: bold;
  gap: 15px;
}
.hero--wpb__img-box {
  flex: 0 0 55%;
  display: flex;
  align-items: center;
}
.hero--wpb__img-box img {
  width: 100%;
}

/* SECTIONS */
.container__inner.container__inner--oa {
  padding: 50px 0;
}
.container--bg-grey {
  background: #fafafa;
}
.container__title {
  text-align: center;
  margin-bottom: 50px;
}
.container__title h2 {
  font-size: 30px;
  font-weight: bold;
}
.container__row {
  display: flex;
}

/* Video Section */
.videos__oa {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.video__oa {
  display: flex;
  gap: 30px;
}
.video__yt {
  flex: 0 0 45%;
}
.video__desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.video__desc h2 {
  font-size: 22px;
  font-weight: bold;
}
.video__desc h2,
.video__desc p {
  margin-bottom: 20px;
}

/* Rental Management Section */
.container__row--col3 {
  gap: 50px;
  justify-content: space-between;
}
.container__row--col3 .container__col {
  width: 33%;
}
.container__col img {
  width: 100%;
  max-width: 170px;
  margin: 0 auto 40px;
  display: block;
}
.container .container__col h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0 0 30px;
}

/* Support Center Section */
.container__row--col2 {
  margin-bottom: 30px;
}
.container__row--col2:last-child {
  margin-bottom: 0;
}
.container__row--col2 .container__col {
  width: 50%;
  padding: 0 30px;
}

.container__col .support-title {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.container__col .support-title img {
  width: 50px;
  margin: 0 15px 0 0;
}
.container__col .support-title h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 0;
}
.container__col .support-title a {
  color: #2b2b2b;
  margin-left: auto;
}

/* Support Center List Section */
#support-center-list .post-summary__hd {
  margin-top: 0px;
  border-bottom: none;
  font-size: 30px;
  font-weight: bold;
}
#support-center-list  .post-summary__item {
  background: #fff;
}
/* Case Studies */
#case-studies .case-study-list {
  width: 100%;
  margin-bottom: 0;
}
#case-studies .case-study-list__item {
  margin-bottom: 50px;
}
#case-studies .case-study-list__item .case-study-list__hd {
  font-size: 22px;
}
#case-studies .case-study-list__item .case-study-list__tags {
  margin-bottom: 0;
}
#case-studies a.read-more {
  color: #2b2b2b;
}
/* PM List */
#pm-list-section .pm-list-list__contents {
  margin: 0 0;
  padding: 50px 0;
  width: 100%;
  background: #427EEE;
}
#pm-list-section .pm-list-list__contents-inner {
  max-width: 1000px;
  width: 100%;
}
#pm-list-section .pm-list-list__contents h2 {
  font-size: 22px;
}
#pm-list-section .pm-list-list__contents h2,
#pm-list-section .pm-list-list__contents p {
  margin-bottom: 15px;
  color: #fff;
}
#pm-list-section .pm-list-list__contents p.note {
  color: #fff;
  font-size: 12px;
  margin-bottom: 30px;
}
#pm-list-section .pm-list-list__contents .see-more {
  text-align: right;
}
#pm-list-section .pm-list-list__contents .see-more a {
  color: #fff;
}
/* News Section */
.container__row--news {
  margin-bottom: 30px;
}
.container__row--col3.container__row--news .container__col img a {
  display: block;
}
.container__row--col3.container__row--news .container__col img {
  width: 100%;
  max-width: 100%;
  margin: 0 0 15px;
  display: block;
}
.container__row--col3.container__row--news .container__col p {
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#news-section a.read-more {
  color: #2b2b2b;
}

/* Contact Section */
.button--black {
  position: relative;
}
div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  width: 30px;
  height: 30px;
  border: 5px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  position: absolute;
  top: 10px;
  left: 10px;
}
div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}
.wpcf7-form .row {
  display: block;
  width: 100%;
}
.wpcf7-form .col {
  width: 100% !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item input[type='radio'],
.wpcf7-form .ui-radio-tabs input[type='radio'], 
.wpcf7-form .ui-radio-tabs input[type='checkbox'] {
  display: inline-block;
}
.wpcf7-form .ui-radio-tabs .wpcf7-form-control .wpcf7-list-item {
  flex-grow: 0;
  margin-right: 30px;
}
form.wpcf7-form input[type='checkbox'] + label:before {
  display: none;
}
form.wpcf7-form input[type='checkbox'] + label {
  padding-left: 0;
  margin-bottom: 0;
}
form.wpcf7-form input[type='checkbox'] {
  display: inline-block;
}
#contact-wealthpark .wpcf7-form .vertical-controls .col--mb100 {
  margin-bottom: 30px;
}
.form-section .form-section__note--must_agree .wrapper .must_agree_mgt span::after,
.form-section .form-section__note--must_agree .wrapper .must_agree_mgt span::before {
  display: none;
}
form.wpcf7-form #contact_mgt_submit {
  font-weight: bold;
  background-color: #000 !important;
  border-color: #000 !important;
}
#contact-wealthpark .wpcf7-response-output {
  padding: 50px 30px;
}


@keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
} 

@media screen and (max-width: 1050px) {
  .container__inner.container__inner--oa {
    padding: 30px 15px;
    max-width: 100%;
  }
  #pm-list-section .pm-list-list__contents {
    padding: 30px 15px;
  }
}


@media screen and (max-width: 959px) {
  .breadcrumbs--global {
    margin-top: 55px;
  }
  .hero--oa {
    height: auto;
  }
  .hero--oa__inner {
    display: block;
  }
  .hero--oa__message-box {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .hero--oa__message-box h1 {
    font-size: 34px;
    text-align: center;
    margin-bottom: 40px;
  }
  .hero--wpb__img-box {
    display: none;
  }
  .hero-img--sp {
    max-width: 767px;
    margin: 0 auto 40px;
  }
  .hero--oa__badge-box {
    justify-content: center;
    gap: 15px;
  }
  .hero--oa__btn--blue {
    margin: 0 auto;
    width: 100%;
    max-width: 350px;
  }
  .videos__oa {
    gap: 30px;
  }
  .video__oa {
    flex-direction: column;
  }
  .video__desc h2 {
    font-size: 18px;
  }
  .container__title h2 {
    font-size: 22px;
  }
  #support-center .container__row--col2,
  #rental-management-app .container__row--col3 {
    flex-direction: column;
    gap: 0;
  }
  .container__title {
    margin-bottom: 30px;
  }
  #rental-management-app .container__row--col3 .container__col {
    width: 100%;
    border-top: 1px solid #ccc;
    padding: 30px 0;
  }
  #rental-management-app .container__row--col3 .container__col:last-child {
    padding-bottom: 0;
  } 
  #rental-management-app  .container__col h3 {
    margin-bottom: 15px;
  }
  #rental-management-app .container__col img {
    margin-bottom: 30px;
  }
  #support-center .container__row--col2 {
    margin-bottom: 0;
  }
  #support-center .container__row--col2 .container__col {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  #support-center .container__row--col2:last-child .container__col:last-child {
    margin-bottom: 0px;
  }
  #support-center-list .post-summary__hd {
    height: auto;
    padding: 15px 0;
    font-size: 22px;
  }
  #support-center-list .post-summary__hd:first-of-type {
    padding-top: 0;
  }
  #support-center-list .post-summary__item {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  #support-center-list .post-summary__item--inner {
    padding: 15px 30px 15px 20px;
  }
  #support-center .support-title a {
    display: none;
  }
  #support-center p {
    margin-bottom: 15px;
  }
  #support-center p.text-right {
    margin-bottom: 0;
  }
  #support-center p.text-right a {
    color: #2b2b2b;
  }
  #case-studies .case-study-list__item {
    margin-bottom: 30px;
  }
  #case-studies .case-study-list__item .case-study-list__hd {
    font-size: 20px;
  }
  #pm-list-section .pm-list-list__contents h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  #pm-list-section .pm-list-list__contents .pm-list-list__map {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  #news-section .container__row--news {
    flex-direction: column;
    gap: 30px;
  }
  #news-section .container__row--news .container__col {
    width: 100%;
  }
  #contact-wealthpark .wpcf7-form .ui-radio-tabs .wpcf7-form-control {
    flex-direction: column;
  }
  #contact-wealthpark .wpcf7-form .vertical-controls .col label {
    line-height: 1.6;
    padding-top: 15px;
  }
  #contact-wealthpark .col--textarea,
  #contact-wealthpark .wpcf7-form .vertical-controls .col {
    margin: 0;
  }
  #contact-wealthpark .wpcf7-form .vertical-controls .col {
    margin-bottom: 15px;
  }
}


/* UTILS */
.img-responsive {
  width: 100%;
}
.hidden-lg {
  display: none;
}
@media screen and (max-width: 959px) {
  .hidden-lg {
    display: block;
  } 
  .hidden-sp {
    display: none;
  }
}