/*
Theme Name: ananda-kulam
Theme URI: studio-avani.com
Template: lightning
Description: 
Author: 
Tags: 
Version: 15.21.1
*/
/* ALL */
.home .site-body {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.home .main-section--margin-bottom--on {
  margin-bottom: 0 !important;
}
.sp, .sp2 {
  display: none !important;
}
.w-300 {
  width: 300px;
}
@media screen and (max-width:991px) {
  .pc2 {
    display: none !important;
  }
  .sp2 {
    display: inherit !important;
  }
}
@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  .sp-left {
    text-align: left;
  }
  .sp-mb20 {
    margin-bottom: 20px;
  }
}
/* Title */
.title1 {
  font-size: 36px;
  letter-spacing: 0.12em;
  text-align: center;
}
.menu-tit {
  font-size: 28px;
  letter-spacing: 0.12em;
  text-align: center;
  color: #2b6442;
  padding: 24px 0 0;
  background: none;
  margin-bottom: 20px !important;
}
.menu-tit span {
  font-size: 16px;
  text-align: center;
  color: #595959;
  display: block;
}
@media screen and (max-width: 767px) {
  .title1 {
    font-size: 30px;
  }
  .menu-tit {
    font-size: 24px;
  }
  .menu-tit span {
    font-size: 14px;
  }
}
/* Header */
.site-header-container.container {
  max-width: 100% !important;
  padding: 0 30px;
}
@media (min-width: 992px) {
  .site-header-logo img {
    max-height: 80px;
  }
  .header_scrolled .site-header-container--scrolled--logo-and-nav-container .site-header-logo img, .header_scrolled .site-header-container--scrolled--logo-and-nav-full .site-header-logo img {
    max-height: 50px !important;
  }
  .device-mobile .global-nav-list > li {
    padding: 30px 2.6em 14px;
  }
  .nav li a, nav li a {
    color: #2b6442;
  }
}
.vk-mobile-nav {
  background: #e6e6e6;
}
.vk-mobile-nav nav > ul {
  border-top: none;
}
.vk-mobile-nav nav ul li a {
  color: #2B6442;
  border-bottom: none;
  text-align: center;
  font-size: 16px;
  padding: 14px 0;
}
.vk-mobile-nav-widget {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .device-pc .global-nav-list > li > a {
    padding: 14px 10px;
  }
}
/* Footer */
.site-body-bottom .widget {
  margin-bottom: 0;
}
.site-footer-content {
  padding-top: 0;
}
#block-17 {
  margin-bottom: 15px !important;
  padding-bottom: 0 !important;
}
.site-footer-copyright {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.site-footer-content .wp-block-vk-blocks-icon {
  padding: 10px 20px !important;
}
.wp-block-vk-blocks-icon .vk_icon_border {
  width: 50px;
  height: 50px;
}
/* page_top_btn */
.page_top_btn {
  background-color: rgba(75, 75, 75, 0.2) !important;
  box-shadow: none;
}
/* Top-Slide */
.top-head {
  position: relative;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.vk_slider_item_container.container {
  position: relative;
  height: 100%;
  margin: 0;
}
.vk_slider_item_container.container div.wp-block-vk-blocks-animation {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}
.top-ca {
  font-size: 120px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 30px !important;
}
.top-tit {
  font-size: 40px;
  text-align: center;
}
.top-sc {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 991px) {
  .top-ca {
    font-size: 90px;
  }
  .top-tit {
    font-size: 35px;
  }
}
@media screen and (max-width: 767px) {
  .top-ca {
    font-size: 60px;
  }
  .top-tit {
    font-size: 30px;
  }
}
/*top_TextTyping*/
.TextTyping span {
  display: none;
}
.TextTyping::after {
  content: "|";
  animation: typinganime .8s ease infinite;
}
@keyframes typinganime {
  from {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
/* Top-Message */
.message-box {
  border-radius: 50%;
  width: 280px;
  height: 280px;
  padding: 55px 0;
}
.message-box.item1 {
  background: #809e8c;
  margin: 0 0 0 auto;
}
.message-box.item2 {
  background: #909ab0;
}
.message-box h4 {
  color: #fff !important;
  text-align: center;
  background: none;
  font-size: 24px;
  margin-bottom: 10px;
}
.message-box p {
  color: #fff !important;
  text-align: center;
  line-height: 2;
}
@media (max-width: 767px) {
  .message-box.item1, .message-box.item2 {
    margin: 0 auto;
  }
}
/* Top-News */
@media (min-width: 992px) {
  .main-section--col--two {
    width: 75%;
  }
  .sub-section--col--two {
    width: calc(25% - 3em);
  }
  h4.sub-section-title {
    font-size: 22px;
    margin-bottom: 25px;
  }
}
/* RYT */
.profile-img img {
  animation: fluidrotate 30s ease 0s infinite;
}
@keyframes fluidrotate {
  0%, 100% {
    border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
  }
}
/* Btn */
.more-btn a.wp-block-button__link {
  background: #8a968d !important;
  color: #FFF !important;
}
.more-btn a.wp-block-button__link:hover {
  text-decoration: none;
  filter: none;
  background: #3a5b52 !important;
  color: #fff !important;
}
/* Animation */
.slide-in {
  overflow: hidden;
  display: inline-block;
}
.slide-in_inner {
  display: inline-block;
}
.leftAnime {
  opacity: 0;
}
.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* ContactForm */
div.wpcf7 {
  background: #E6E6E6;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: 0 auto;
  width: 99%;
  padding: 50px 30px 0;
  margin-bottom: 120px;
}
@media screen and (max-width:767px) {
  div.wpcf7 {
    padding: 50px 20px 0;
    margin-bottom: 80px;
  }
}
div.wpcf7 p {
  margin-bottom: 20px;
  font-size: 14px;
}
div.wpcf7 input.wpcf7-submit, .wpcf7 textarea {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: 14px;
  width: 97%;
}
div.wpcf7 input.wpcf7-submit, .wpcf7-file {
  font-family: "fot-tsukuaoldmin-pr6n", sans-serif;
  font-weight: 300;
  font-style: normal;
}
div.wpcf7 textarea {
  width: 97%;
  height: 200px;
}
div.wpcf7 input.wpcf7-submit {
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  width: 200px;
  height: 45px;
  margin: 0 auto;
  display: block;
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #9b9b9b;
  color: #9b9b9b;
  background: #f5f1e8 !important;
}
div.wpcf7 input.wpcf7-submit:hover {
  border: 1px solid #9b9b9b;
  background: #9b9b9b !important;
  color: #fff;
}
.wpcf7 input.wpcf7-submit:active {
  box-shadow: none;
  bottom: -2px;
  position: relative;
}
.wpcf7 input:focus, .wpcf7 textarea:focus {
  border: 1px solid #009de1;
}
.wpcf7-captchac {
  border: 1px solid #ccc;
}
.wpcf7 .wpcf7-not-valid {
  background: #ffb6c1;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 80%;
}
.wpcf7 .wpcf7-response-output {
  margin: 10px 0 0;
  padding: 8px 35px 8px 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.wpcf7 .wpcf7-validation-errors {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3A87AD;
  background-color: #D9EDF7;
  border: 1px solid #BCE8F1;
}
.wpcf7 .required {
  color: #f00;
}
.wpcf7 .any {
  color: #080;
}