/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0.1.2
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
#header {
  border-bottom: 1px solid #e2e2e2;
}
.nav > li > a,
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
  font-weight: 400;
}
.secondary.is-outline {
  background: #ffffff;
  border: 1px solid #d9d9d9;
  color: rgba(0, 0, 0, 0.88);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.02);
  border-radius: 8px;
}
.secondary.is-outline:hover {
  color: #ffc642;
  border-color: #ffc642;
  background: #ffffff;
}
.html.header-button-2 {
  margin-left: 0px;
}
.button.primary {
  color: #111;
}
.button {
  font-weight: 500;
}
.bg-right .section-bg img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  object-fit: contain;
  right: 0;
  object-position: 100%;
}
.bg-bottom .section-bg img {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: bottom;
  object-fit: contain;
  right: 0;
  object-position: left bottom;
}
.flickity-page-dots .dot {
  background: #f7a600;
  border: 0px;
  width: 15px;
  height: 3px;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0.3;
  transition: all 0.3s;
}
.flickity-page-dots .dot.is-selected {
  background: #f7a600;
  width: 25px;
  border-radius: 3px;
  opacity: 1;
  transition: all 0.3s;
}
.user-block {
  width: 200px;
  min-height: 230px;
  gap: 8px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.social-icons .icon.plain {
  width: 32px;
  height: 32px;
  background: #dadada;
  color: #fff;
  display: inline-block;
  text-align: center;
  align-items: center;
  margin: 0 0.5rem;
  border-radius: 100%;
  line-height: 32px;
}
.social-icons .icon.plain:hover {
  background: var(--fs-color-primary);
}
.user-block img {
  border-radius: 100%;
  width: 126px;
  height: 126px;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .user-block img {
    border-radius: 100%;
    width: 86px;
    height: 86px;
  }
  .nav-sidebar.nav-vertical > li + li {
    border-top: 0px solid #ececec;
  }
  .off-canvas:not(.off-canvas-center) li.html {
    padding-bottom: 0px;
  }

  .header-button .button {
    min-width: 120px;
  }
}
