/*
Template Name: Fluid;
Template URI:https://www.fluid.app/
Author: Prem Prasad Khanal
Author URI: http://premkhanal.com.np/
Description: Fluid is a marketing platform. 
Version: 1.0.0
Primary use: marketing 
*/
:root {
  --fs-h1: calc(24 / 16 * 1rem);
  --fs-h2: calc(20 / 16 * 1rem);
  --fs-h3: calc(18 / 16 * 1rem);
  --fs-h4: calc(16 / 16 * 1rem);
  --fs-xl: calc(16 / 16 * 1rem);
  --fs-body: calc(14 / 16 * 1rem);
  --fs-md: calc(12 / 16 * 1rem);
  --fs-sm: calc(10 / 16 * 1rem);
}

.container {
  width: 90%;
  margin: 0 auto;
  max-width: 941px;
}
@media (min-width: 576px) {
  .container {
    width: 80%;
  }
}

.themes-wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: start;
  align-items: start;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.themes-nav,
.themes-footer {
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex: 0;
  flex-shrink: 0;
}

.themes-nav,
.themes-body,
.themes-footer {
  width: 100%;
}

.themes-body {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  flex-grow: 1;
}

.my-site-default .themes-wrapper {
  min-height: calc(100vh - 73px);
}

.text-center {
  text-align: center;
}

.flex-center, .flex-center-between, .flex-center-center {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.flex-center-center {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-center-between {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.m-0 {
  margin: 0;
}

.social-media-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.social-media-icons a {
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.social-media-icons svg {
  width: 16px;
  height: 16px;
}
.social-media-icons svg:hover {
  opacity: 0.7;
}
.social-media-icons svg path {
  fill: var(--black-color, #000000);
}

.my-site-default .card .description,
.my-site-fashion .card .description,
.my-site-plant .card .description,
.my-site-minimalistic .card .description,
.my-site-plain .card .description,
.my-site-galaxy .card .description,
.my-site-mens .card .description {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .my-site-default .card .description,
  .my-site-fashion .card .description,
  .my-site-plant .card .description,
  .my-site-minimalistic .card .description,
  .my-site-plain .card .description,
  .my-site-galaxy .card .description,
  .my-site-mens .card .description {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

.footer {
  padding: 15px;
  font-weight: 300;
  border-top: 1px solid var(--light-gray, #E2E2E2);
}
.footer .container {
  gap: 12px;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .footer .container {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
}
.footer span {
  padding: 0 2px;
}
@media (max-width: 767.98px) {
  .footer .copyright {
    gap: 10px;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.footer .copyright a {
  color: var(--black-color, #171B2B);
  text-decoration: underline;
}
.footer .copyright a:hover {
  opacity: 0.7;
}
@media (min-width: 375px) {
  .footer .social-media-icons {
    margin-left: 1rem;
  }
}
@media (max-width: 374.98px) {
  .footer .socials {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .footer .socials .poweredby {
    text-align: center;
    flex: 0 0 100%;
  }
}

.ff-thin {
  font-family: var(--ff-thin);
}

.ff-light, body {
  font-family: var(--ff-light);
}

.ff-regular {
  font-family: var(--ff-regular);
}

.ff-medium {
  font-family: var(--ff-medium);
}

.ff-bold {
  font-family: var(--ff-bold);
}

body {
  font-size: var(--fs-body);
  font-style: normal;
  line-height: 1.4;
  margin: 0;
}

.fs-body {
  font-size: var(--fs-body);
}

.fs-md {
  font-size: var(--fs-md);
}

.fs-sm {
  font-size: var(--fs-sm);
}

img {
  max-width: 100%;
  height: auto;
}

.is-uppercase {
  text-transform: uppercase;
}

.mysite .flat-button.shop-now {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mysite .flat-button.shop-now span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: center;
}
.mysite .flat-button.shop-now {
  max-width: 120px;
}
.mysite .card {
  margin-bottom: 1.5rem;
}
.mysite .card .golden {
  margin-right: 0.35rem;
}
.mysite .card video {
  object-fit: cover;
}
.mysite .card .play-icon {
  width: 21.94%;
  height: auto;
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
}
.mysite .card.product-link {
  display: block;
}
.mysite a.card {
  display: block;
}
.mysite .links,
.mysite .sidebar-links {
  margin-top: 1rem;
}
.mysite .links .ui.flat-button,
.mysite .sidebar-links .ui.flat-button {
  padding-right: 10px;
  padding-left: 10px;
}
.mysite .links .ui.flat-button span,
.mysite .sidebar-links .ui.flat-button span {
  text-transform: uppercase;
}
.mysite .links .ui.flat-button svg,
.mysite .sidebar-links .ui.flat-button svg {
  flex: 0 0 14px;
}
@media (max-width: 575.98px) {
  .mysite .links .ui.flat-button,
  .mysite .sidebar-links .ui.flat-button {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.mysite .word-break {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.mysite #bio-description.is-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767.98px) {
  .mysite #bio-description {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .mysite .full-name {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
.mysite .bio-seemore {
  color: black;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: 600;
  margin: 10px 0;
  background-color: transparent;
  padding: 0;
  border: none;
  width: 100%;
}
.mysite .bio-seemore:hover {
  text-decoration: underline;
}
.mysite .bio-seemore::after {
  content: "";
  width: 8px;
  height: 8px;
  transition: 0.5s;
  box-shadow: -2px 2px 0 black;
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  transform: rotate(-45deg);
  margin: -8px 0 0 5px;
}
.mysite .bio-seemore.is-active::after {
  transform: rotate(135deg);
  margin-top: 10px;
}
@media (max-width: 767.98px) {
  .mysite .bio-seemore {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .mysite .cover .theme-profile_left {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@font-face {
  font-family: "Graphik";
  src: font_url(/graphik/GraphikRegular.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Medium";
  src: font_url(/graphik/GraphikMedium.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Graphik-Bold";
  src: font_url(/graphik/GraphikBold.otf);
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

:root {
  --clr-primary: #3172e9;
  --clr-primary-active: #2455ae;
  --clr-white: #fff;
  --clr-grey: #bfbbba;
  --clr-text: #403e3e;
  --clr-grey-lt: #eae6e3;
  --ff-regular: 'Graphik', sans-serif;
  --ff-medium: 'Graphik-Medium', sans-serif;
  --ff-bold: 'Graphik-Medium', sans-serif;
  --fs-xxl: calc(56 / 16 * 1rem);
  --fs-xl: calc(32 / 16 * 1rem);
  --fs-body: calc(16 / 16 * 1rem);
  --fs-sm: calc(13 / 16 * 1rem);
  --btn-height: calc(50 / 16 * 1rem);
}

.flat-button {
  color: var(--clr-white);
  cursor: pointer;
  text-decoration: none;
  transition: all linear 0.3s;
  background-color: var(--clr-primary);
  margin-bottom: 10px;
  justify-content: center;
  text-align: center;
  font-family: var(--ff-medium);
}
.flat-button:hover {
  background-color: var(--clr-primary-active);
}

.mysite {
  font-family: var(--ff-regular);
}

.themes-nav {
  border-top: 20px solid var(--clr-primary-active);
}

.bio #bio-description,
.bio .bio-seemore {
  font-size: var(--fs-sm);
  line-height: 21px;
  color: var(--clr-text);
}

.my-site-asea_simple .flat-button {
  padding: 15px 0;
  font-size: 0.875rem;
}
.my-site-asea_simple .cover {
  max-height: 300px;
}
.my-site-asea_simple .cover .main-cover {
  height: 200px;
}
.my-site-asea_simple .cover .main-cover img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .my-site-asea_simple .cover .main-cover {
    height: 300px;
  }
}
.my-site-asea_simple .bio-seemore {
  justify-content: center;
}
.my-site-asea_simple .card {
  cursor: pointer;
  font-family: var(--ff-medium);
  text-decoration: none;
  margin-bottom: 0.6125rem;
  text-align: center;
  width: 100%;
}
.my-site-asea_simple .card .image,
.my-site-asea_simple .card .image-two,
.my-site-asea_simple .card .image-three,
.my-site-asea_simple .card .the-date,
.my-site-asea_simple .card .tag,
.my-site-asea_simple .card .description,
.my-site-asea_simple .card .price {
  display: none;
}
.my-site-asea_simple .card .wrapper {
  background-color: var(--clr-primary);
  transition: all 0.3s linear;
  color: var(--clr-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}
.my-site-asea_simple .card .wrapper:hover {
  background-color: var(--clr-primary-active);
  color: var(--clr-white);
}
.my-site-asea_simple .card .wrapper:hover .header a {
  color: var(--clr-white);
}
.my-site-asea_simple .card .header {
  letter-spacing: 0.2px;
  color: var(--clr-white);
  font-size: var(--fs-body);
}
.my-site-asea_simple .card .header a {
  text-decoration: none;
  color: var(--clr-white);
  cursor: pointer;
}
.my-site-asea_simple .card:hover .header,
.my-site-asea_simple .card:hover a {
  color: var(--clr-white);
}
.my-site-asea_simple .card.product-link .header span::before {
  content: "Buy ";
}
@media (max-width: 575.98px) {
  .my-site-asea_simple .container {
    width: 80%;
  }
}
@media (min-width: 768px) {
  .my-site-asea_simple .content-grid {
    margin-bottom: 4rem;
  }
}
.my-site-asea_simple .content-grid .left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: auto;
}
.my-site-asea_simple .content-grid .left .avatar {
  width: 160px;
  height: 160px;
  margin: auto;
  position: absolute;
  top: -110px;
  left: 0;
  right: 0;
}
@media (min-width: 768px) {
  .my-site-asea_simple .content-grid .left .avatar {
    top: -175px;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    z-index: 1;
  }
}
.my-site-asea_simple .content-grid .left .img-avatar {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  border: 8px solid var(--clr-grey-lt);
}
.my-site-asea_simple .content-grid .left .bio {
  text-align: center;
  flex-direction: column;
  justify-content: start;
}
.my-site-asea_simple .content-grid .left .bio .full-name {
  margin: 45px 0 24px;
  font-size: var(--fs-xl);
  font-family: var(--ff-regular);
  letter-spacing: 0px;
  font-weight: normal;
}
.my-site-asea_simple .content-grid .left .bio #bio-description,
.my-site-asea_simple .content-grid .left .bio .bio-seemore {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
@media (min-width: 768px) {
  .my-site-asea_simple .content-grid .left .bio {
    margin-top: 30px;
  }
  .my-site-asea_simple .content-grid .left .bio #bio-description,
  .my-site-asea_simple .content-grid .left .bio .bio-seemore {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.my-site-asea_simple .content-grid .left .social-media-icons {
  margin: 24px 0 24px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.my-site-asea_simple .content-grid .left .social-media-icons a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: var(--clr-white);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin: 0 8px;
}
.my-site-asea_simple .content-grid .left .social-media-icons a:first-child {
  margin-left: 0;
}
.my-site-asea_simple .content-grid .left .social-media-icons a:last-child {
  margin-right: 0;
}
@media (min-width: 576px) {
  .my-site-asea_simple .content-grid .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 400px;
    flex: 0 0 400px;
    max-width: 400px;
  }
}
@media (max-width: 767.98px) {
  .my-site-asea_simple .content-grid .left .avatar {
    order: 1;
  }
  .my-site-asea_simple .content-grid .left .bio {
    order: 2;
    margin-top: 70px;
  }
  .my-site-asea_simple .content-grid .left .bio .full-name {
    margin: 33px 0 20px;
  }
  .my-site-asea_simple .content-grid .left .media-cards {
    order: 4;
  }
  .my-site-asea_simple .content-grid .left .media-cards .card .left {
    padding-bottom: 0;
  }
  .my-site-asea_simple .content-grid .left .links {
    order: 3;
    margin-top: 1.5rem;
  }
  .my-site-asea_simple .content-grid .left .social-media-icons {
    column-gap: 0.5rem;
    margin: 1.5rem auto;
    padding: 1rem 0;
    order: 5;
  }
  .my-site-asea_simple .content-grid .left .social-media-icons a {
    width: 34px;
    height: 34px;
  }
}
.my-site-asea_simple .themes-footer .footer-logo {
  width: 100%;
  text-align: center;
  margin-bottom: 43px;
}
.my-site-asea_simple .themes-footer .footer-logo img {
  height: 20px;
  width: 75px;
  object-fit: contain;
}
.my-site-asea_simple .themes-footer .footer {
  background: var(--clr-grey);
  padding: 10px 0;
}
.my-site-asea_simple .themes-footer .footer a.flat-button {
  display: inline-block;
}
