/* WYSIWYG Editor */
.entry-content img {
  margin: 0 0 1.5em 0;
}
.alignleft,
img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}
.alignright,
img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}
.aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}
.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}
.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}
.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}
.wp-smiley {
  margin: 0 !important;
  max-height: 1em;
}
blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}
blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}
/* adminbar */
#wpadminbar {
  display: none !important;
}
/* responsive iframe */
iframe,
object,
embed {
  max-width: 100%;
}
.owl-carousel {
  z-index: 0 !important;
}
/* nav fixed */
.wrapper {
  position: fixed;
  bottom: 10px;
  left: 0;
  width: 100%;
  background: none;
  /* this is what centers your element in the fixed wrapper*/
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  /* aligns on vertical for column */
  align-items: center;
  /* aligns on horizontal for column */
}
.tab-nav-container {
  background-color: #8067E4;
  border-radius: 100px;
  display: flex;
  padding: 8px;
  justify-content: space-between;
  width: auto;
  z-index: 9999;
}
.tab {
  position: relative;
  background-color: transparent;
  border-radius: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1px 12px 3px 12px;
  margin: 0px;
  transition: background 0.3s linear;
  height: 39px;
}
.tab span {
  font-weight: 700;
  overflow: hidden;
  max-width: 0;
  font-size: 14px !important;
}
.tab img {
  filter: sepia(100%) brightness(0) invert(1);
}
.tab.tab.active {
  background-color: #fff;
  color: #8067E4;
}
.tab.tab.active span {
  max-width: 100px;
  transition: max-width 0.2s linear;
  margin: 0px 0px 0px 4px;
  padding: 4px 5px;
}
.tab.tab.active span a {
  color: #8067E4;
}
.tab.tab.active img {
  filter: invert(39%) sepia(30%) saturate(4671%) hue-rotate(232deg) brightness(94%) contrast(89%);
}
.regions-tile .owl-stage-outer {
  max-height: 500px;
}
.experiences-carousel .owl-stage-outer {
  max-height: 530px;
}
.owl-carousel .prev-slide {
  background: url("../img/arrow-left.svg") no-repeat scroll 0 0;
}
.owl-carousel .next-slide {
  background: url("../img/arrow-right.svg") no-repeat scroll 0 0;
}
.owl-carousel .prev-slide,
.owl-carousel .next-slide {
  width: 52px;
  height: 52px;
}
.owl-carousel button:hover {
  background: transparent !important;
}
/* end owl navs */
img.imgrounded {
  border-radius: 18px;
}
.local {
  min-height: 31px;
}
.local,
.ig {
  font-size: 13px;
  font-weight: 400;
}
.local img,
.ig img {
  width: auto !important;
  float: left;
}
.local a,
.ig a {
  color: #1C191D;
}
.local a:hover,
.ig a:hover {
  color: #6CAB7B;
}
.ig {
  font-size: 12.5px !important;
  font-weight: 300;
}
.name {
  min-height: 50px;
}
.name a {
  color: #1C191D;
}
.name a:hover {
  color: #6CAB7B;
}
.select-custom {
  width: 160px;
  padding: 10px 10px 10px 20px;
  border-radius: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  -ms-border-radius: 32px;
  -o-border-radius: 32px;
  margin: auto;
  background-color: #F0F0F0;
}
.select-custom select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #F0F0F0 url(../img/ic-select.svg) no-repeat 100% 0px;
  color: #6CAB7B;
  text-align-last: left;
  font-weight: 500;
  font-size: 13px;
  border: none;
  padding: 0px;
}
.select-custom .form-control:focus {
  background: #F0F0F0 url(../img/ic-select.svg) no-repeat 100% 0px;
  color: #6CAB7B;
}
.nav-link {
  background-color: #F0F0F0 !important;
  color: #6CAB7B;
  font-size: 13px;
  font-weight: 500;
  border-radius: 50px !important;
  padding: 10px 20px 10px 15px;
}
.nav-link.active {
  background-color: #6CAB7B !important;
  color: #fff !important;
}
.nav-link.active img {
  filter: sepia(100%) brightness(0) invert(1);
}
.nav-link.active a:active {
  color: #fff;
}
.nav-link:hover {
  background-color: #6CAB7B !important;
  color: #fff !important;
}
.nav-link:hover img {
  filter: sepia(100%) brightness(0) invert(1);
}
.nav {
  white-space: nowrap;
  display: block!important;
  flex-wrap: nowrap;
  max-width: 100%;
  scroll-behavior: smooth;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar-track {
  background: transparent !important;
}
::-webkit-scrollbar {
  width: 0px;
}
.nav li {
  display: inline-block;
  margin: 0px 3px;
}
.real-tile .owl-stage-outer {
  height: 665px;
}
.real-tile .player-overlay {
  max-width: 375px;
  max-height: 450px;
  position: relative;
}
.real-tile video {
  width: 100%;
  max-height: 100%;
  border-radius: 18px;
}
.card-purple {
  background-color: #8067E4;
  border-radius: 18px;
}
.card-purple .content {
  padding: 40px 50px;
}
.card-purple h3,
.card-purple p {
  color: #fff;
}
.card-green {
  background-color: #13CCA0;
  border-radius: 18px;
}
.card-green h3 {
  color: #fff;
}
.card-green h3 span {
  color: #6BFFDC;
}
.card-grey {
  background-color: #F0F0F0;
  border-radius: 18px;
  padding: 25px 20px 20px 20px;
}
.card-grey h3,
.card-grey p {
  color: #1C191D;
}
.card-grey small {
  color: #8067E4;
}
.card-line {
  border-radius: 18px;
  border: 1px solid #B6B6B6;
  padding: 30px 25px;
}
.blog-tile img.thumb {
  border-radius: 18px;
}
.link {
  font-size: 13px;
  font-weight: 500;
}
.link a,
.link:hover {
  color: #44ADBD;
}
/* pagination */
.pagination ul {
  list-style: none;
  display: flex;
}
.pagination .page-numbers {
  border: 1px solid transparent;
  color: #6CAB7B;
  background: white;
  margin: 0px 5px;
  font-size: 13px;
  font-weight: 500;
  padding: 10px 14px !important;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.pagination .page-numbers.current {
  border: 1px solid #6CAB7B;
  color: white;
  background: #6CAB7B;
}
.functions a {
  color: #1C191D;
  font-size: 13.5px;
}
.functions a:hover {
  color: #6CAB7B;
}
.bt {
  display: inline-block;
  margin-top: 8px;
}
.purple {
  color: #8067E4;
}
.profile img {
  border-radius: 100%;
}
.share {
  display: inline-block;
}
.share a {
  color: #1C191D;
  font-weight: 600;
  font-size: 1rem;
}
.share a:hover {
  color: #6CAB7B;
}
.products-list img {
  border-radius: 18px;
}
footer a {
  color: #6CAB7B;
  font-size: 1rem;
  font-weight: 600;
}
footer a:hover {
  color: #6CAB7B;
}
.questions h2 {
  color: #1C191D;
}
.questions h2 a {
  color: #1C191D;
}
.questions h2 a:hover {
  color: #6CAB7B;
}
/* media queries */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .real-tile .owl-stage-outer {
    height: 725px;
  }
  .regions-tile .owl-stage-outer {
    max-height: 320px !important;
  }
}
@media (min-width: 576px) and (max-width: 820.99px) {
  .real-tile .owl-stage-outer {
    height: 1024px;
  }
}
@media (min-width: 821px) {
  .real-tile .owl-stage-outer {
    height: auto;
    display: block;
  }
}
