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

/*************** ADD CUSTOM CSS HERE.   ***************/
.button.is-outline,
input[type="button"].is-outline,
input[type="reset"].is-outline,
input[type="submit"].is-outline {
  border: 1px solid;
}
.button {
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  &.alert {
    color: var(--fs-color-alert) !important;
    border-color: var(--fs-color-alert) !important;
    &:hover {
      color: #fff !important;
      background-color: var(--fs-color-alert) !important;
    }
  }
  &.white {
    color: #141212 !important;
    &:hover {
      color: #fff !important;
      background-color: var(--fs-color-primary) !important;
    }
  }
}
.absolute-footer {
  color: #878787;
  font-size: 15px;
  border-top: 1px solid #2f2f2f;
}
.home_banner {
  h1 {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 4em;
    margin-top: 25px;
  }
}
.header-main {
  .header-nav {
    > li {
      &.active,
      &:hover {
        > a {
          color: var(--fs-color-primary);
          border-bottom: 1px solid var(--fs-color-primary);
        }
      }
      > a {
        font-size: 0.9em;
        font-weight: 500;
        text-transform: uppercase !important;
        border-bottom: 1px solid transparent;
      }
    }
  }
  .header-button .button {
    text-transform: uppercase;
    &.primary {
      border-color: var(--fs-color-primary);
      color: var(--fs-color-primary);
    }
    &:hover {
      color: #fff;
    }
  }
}
.footer_main {
  h3 {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 1.1em;
  }
  p {
    font-size: 0.8em;
    margin: 0;
  }
  .social-icons {
    a {
      margin: 0;
    }
  }
  .ux-menu {
    .ux-menu-link__link {
      min-height: unset;
      &:hover {
        color: #fff;
      }
      font-size: 0.8em;
      padding: 0;
    }
  }
}
#wrapper {
  .header.show-on-scroll,
  .stuck .header-main {
    background: #0a0a0a;
  }
}
.border-250 {
  &.img {
    border-radius: 250px 250px 0 0;
    overflow: hidden;
  }
}
.main_title {
  h1 {
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 3em;
    margin: 10px 0 20px;
  }
  h5 {
    font-weight: 400;
    color: var(--fs-color-primary);
  }
}
.home_gal {
  .img {
    position: relative;
    &:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border: 1px solid white;
      opacity: 0;
      transform: scale(1.1);
      transition:
        opacity 0.4s ease,
        transform 0.4s ease;
      pointer-events: none;
      z-index: 2;
    }
    &:hover {
      &:before {
        opacity: 1;
        transform: scale(1);
      }
    }
  }
}
.home_menu {
  .text-box {
    position: relative;
    padding: 80px 20px;
    background: rgb(234 213 196 / 88%);
    &:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border: 1px dashed var(--fs-color-alert);
    }
    p {
      color: var(--fs-color-alert);
    }
    h1 {
      font-family: "Cormorant Garamond", sans-serif;
      color: var(--fs-color-alert);
      font-size: 3em;
      margin: 20px 0;
    }
  }
}
.uber_feddback {
  .right {
    background: rgb(234 213 196 / 88%);
    position: relative;
    > .col-inner {
      > .row {
        height: 100%;
      }
    }
    &:before {
      content: "";
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      bottom: 10px;
      border: 1px dashed var(--fs-color-alert);
    }
    .section-title-container {
      margin: 0;
      b {
        opacity: 0;
      }
      .section-title {
        border: none;
        .section-title-main {
          border: none;
          position: relative;
          color: var(--fs-color-alert);
          &:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 80%;
            height: 1px;
            background: var(--fs-color-alert);
            transition: width 0.4s ease;
          }
          &:hover {
            &:before {
              width: 100%;
            }
          }
        }
      }
    }
    p {
      color: var(--fs-color-alert);
      font-size: 1.3em;
      font-family: "Cormorant Garamond", sans-serif;
    }
    h3 {
      color: var(--fs-color-alert);
      font-weight: 400;
      font-size: 1em;
    }
    h1 {
      font-family: "Cormorant Garamond", sans-serif;
      color: var(--fs-color-alert);
      font-size: 2em;
      margin: 20px 0;
    }
    h5 {
      font-weight: 400;
      color: var(--fs-color-alert);
      opacity: 0.8;
      font-size: 0.8em;
    }
  }
}
.flickity-page-dots {
  bottom: -20px;
  .dot {
    border: 2px solid #7f1114 !important;
    &.is-selected {
      background: var(--fs-color-alert) !important;
    }
  }
}
.gal_main {
  .section-content {
    > .row {
      > .col {
        padding-bottom: 30px;
      }
    }
  }
}
.contact_info {
  .content {
    h3 {
      font-weight: 400;
    }
    .icon-box {
      margin-bottom: 15px;
    }
    p,
    ul {
      margin-bottom: 5px;
    }
  }
}

