/*
Theme Name: Intrinsic Child Theme
Theme URI: http://intrinsic.softhopper.net
Author URI: https://softhopper.net
Template: intrinsic
Description: This is a child theme for Intrinsic WordPress Theme.
Version: 1.0
Text Domain: intrinsic-child
*/
/*  [ Add your custom CSS below ]
================================ */
.clear {
  clear: both;
}
h2.hero-subheading {
  -webkit-text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
  -moz-text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
  text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
}
h2.hero-title {
  -webkit-text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
  -moz-text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
  text-shadow: 1px 1px 2px rgba(90, 90, 90, 0.71);
}
.wrap-founder-item {
  display: block;
  margin-bottom: 40px;
}
.wrap-founder-item .founder-item {
  display: block;
  float: left;
  width: 50%;
}
.wrap-founder-item .founder-item .image {
  display: block;
  width: 30%;
  float: left;
}
.wrap-founder-item .founder-item .image .founder-image-square {
  width: 100%;
  display: block;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #FFFFFF;
  border: solid 4px #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.wrap-founder-item .founder-item .image .founder-image-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.wrap-founder-item .founder-item .text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
  float: left;
  height: 100%;
  margin-left: 5%;
  text-align: center;
  color: #000;
}
.wrap-founder-item .founder-item .text .wrap {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 10px 30px 10px 30px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.wrap-founder-item .founder-item .text .wrap .name {
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
}
.wrap-founder-item .founder-item .text:after {
  content: "";
  display: block;
  padding-top: 45%;
}
.wrap-founder-item .founder-item:hover .image .founder-image-square {
  background-color: #70D8DD;
  -webkit-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
}
.wrap-founder-item .founder-item:hover .text .wrap {
  background-color: #e0e0e0;
  -webkit-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
}
a.btn-call {
  background-color: #70D8DD !important;
}
.section-title h2.title-main {
  padding-top: 40px;
}
.wrap-client-items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.wrap-client-items .item-client {
  display: block;
  width: 30%;
}
.wrap-client-items .item-client .client-image-square {
  width: 100%;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.wrap-client-items .item-client .client-image-square:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.service-hover-content p {
  margin: 0;
  padding: 0;
}
ul.mainmenu li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul.mainmenu li a:hover {
  background-color: #333;
}
ul.mainmenu li ul.sub-menu li a:hover {
  background-color: #70D8DD;
}
ul.mainmenu li ul.sub-menu li ul.sub-menu li a:hover {
  background-color: #70D8DD;
}
.layout-sidebar.founder .founder-image {
  display: block;
  margin: auto;
  background-color: #FFF;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  -webkit-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
}
.layout-sidebar.founder .founder-title {
  display: block;
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  margin: 10px;
  font-weight: 800;
  font-size: 20px;
}
.layout-content.founder h2.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
}
.layout-content.founder h3.entry-period {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.layout-content.founder .entry-content {
  text-align: justify;
  margin-top: 30px;
}
a.custom-read-more {
  display: block;
  margin-top: 20px;
}
a.custom-read-more:hover {
  color: #333 !important;
}
.service-hover-content {
  background-color: #70D8DD !important;
}
.color-deep-cerise {
  color: #70D8DD !important;
}
.bg-deep-cerise {
  background-color: #70D8DD !important;
}
.layout-sidebar.services {
  background-color: #FFF;
}
.sidebar-service-item {
  display: block;
  margin: 10px 0 0 0;
}
.sidebar-service-item .main-title {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
.sidebar-service-item a.item {
  display: block;
  padding: 8px;
  border-left: solid 2px #70D8DD;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar-service-item a.item:hover {
  background-color: #f1f1f1;
  color: #000 !important;
}
.cominsoon {
  display: block;
  text-align: center;
}
.single-service,
.single-news {
  margin-top: 30px;
  padding-top: 0;
}
.single-service h2.title-main,
.single-news h2.title-main {
  color: #797979 !important;
  font-weight: 400;
}
.single-service article,
.single-news article {
  background-color: #FFFFFF;
  padding: 20px;
}
.single-service article p,
.single-news article p {
  text-align: justify;
}
.single-service h2.entry-title,
.single-news h2.entry-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  margin-bottom: 30px;
}
.single-service img.featured-image,
.single-news img.featured-image {
  margin: 0 auto 20px auto;
  display: block;
  max-width: 100%;
  height: auto;
}
.post-item.news {
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.post-item.news h2.entry-title a:hover {
  color: #70D8DD;
}
.post-item.news:hover {
  -webkit-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
  box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
}
.wrap-float-button {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  z-index: 10000;
}
.wrap-float-button a.button-lang {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: auto 70px;
  background-position: center center;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  -moz-box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
}
.wrap-float-button a.button-lang.id {
  background-image: url('assets/images/indonesia.svg');
}
.wrap-float-button a.button-lang.en {
  background-image: url('assets/images/united-kingdom.svg');
}
.wrap-float-button a.button-lang:hover {
  background-size: auto 25px;
}
.wrap-float-button a.button-up {
  width: 40px;
  height: 40px;
  display: block;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-repeat: no-repeat;
  background-size: auto 25px;
  background-position: center 7px;
  -webkit-box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  -moz-box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  box-shadow: 0px 0px 3px 2px rgba(31, 31, 31, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #FFF;
  margin-top: -90px;
  background-image: url('assets/images/up.svg');
}
.wrap-float-button a.button-up:hover {
  background-position: center 5px;
}
.btn.btn-call-to,
.wpcf7-form-control.wpcf7-submit.btn,
.contact-item .icon i,
.elementor-button-link.elementor-button.elementor-size-md {
  background-color: #4DB3D7 !important;
}
@media all and (max-width: 1300px) {
  .site-branding {
    width: 70%;
    max-width: 300px;
  }
  .site-branding a {
    display: block !important;
  }
}
@media all and (max-width: 480px) {
  .portfolio-item {
    background-color: #900;
    width: 50%;
    float: left !important;
    display: block !important;
    position: static;
  }
  .wrap-founder-item {
    display: block;
    margin-bottom: 40px;
  }
  .wrap-founder-item .founder-item {
    display: block;
    float: none;
    width: 95%;
    height: 160px;
    margin: auto !important;
  }
  .wrap-founder-item .founder-item .image {
    display: block;
    width: 30%;
    float: left;
  }
  .wrap-founder-item .founder-item .image .circle {
    position: relative;
    display: block;
    margin: 0;
    background-color: transparent;
    color: #222;
    text-align: center;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFF;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: solid 3px #FFF;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner .circle__wrapper {
    display: table;
    width: 100%;
    height: 100%;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner .circle__wrapper .circle__content {
    display: table-cell;
    padding: 1em;
    vertical-align: middle;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner .circle__wrapper .circle__content .text {
    width: 200px;
    margin-left: 70%;
    display: block;
    text-align: left;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner .circle__wrapper .circle__content .text h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner .circle__wrapper .circle__content .text p {
    margin: 0;
    padding: 0;
  }
  .wrap-founder-item .founder-item .image .circle .circle__inner:hover {
    background-color: #70D8DD;
    -webkit-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 14px 22px -13px rgba(0, 0, 0, 0.52);
    cursor: pointer;
  }
  .wrap-founder-item .founder-item .image .circle:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: #FFF;
    content: "";
  }
}
#home-achievement {
  display: none !important;
}
