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

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  src: url(./fonts/MonallesiaScript.ttf);
  font-weight: 500;
  font-family: Monallesia;
}
@font-face {
  font-family: GreatVibes-Regular;
  src: url(./fonts/GreatVibes-Regular.ttf);
  font-weight: 500;
}
.header-social-icons i {
  color: #d4b0a5;
}
.header a.icon:not(.button) {
  margin-left: 0.3em;
  margin-right: 0.75em;
}
.header-social-icons {
  margin-right: auto !important;
}
.nav-uppercase > li > a {
  font-weight: 600;
}
.header-wrapper {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.header-search {
  margin-left: auto !important;
}
#header-contact .icon-phone {
  border-radius: 100%;
  width: 2.4em;
  height: 2.4em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
  box-shadow: 0 0 0 0 #ea2027;
  background-color: #ea2027;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
.hot-wrap {
  margin-left: 0.5em;
}
.text-sm {
  font-size: 0.8em;
  color: #333;
}
@-webkit-keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
@keyframes zoom {
  0% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px transparent;
  }
  100% {
    transform: scale(0.9);
    box-shadow: 0 0 0 0 transparent;
  }
}
.header-main .nav > li > a {
  color: #111;
}
#ft-contact-icons-out-m.aio-has-border:not(.ft-pn-s0) {
  background: none;
  box-shadow: none;
  border: 0px;
}
.section-title-bold span, .section-title-bold-center span {
    border: 0px solid rgba(0, 0, 0, .1);
    padding: 0em;
    font-family:  GreatVibes-Regular, sans-serif !important;
    font-weight: 500;
    font-size: 2.5em;
    line-height: 1.2em;
    text-transform: unset;
    /* float: right; */
}

.title {
      font-family:  GreatVibes-Regular, sans-serif !important;
}
.section-title b {
   display: none
}
.section-title-bold{
  position: relative;
  display: unset;
}
.section-title-bold:before{
    position: absolute;
    right: 102%;
    bottom: 10px;
    width: 150px;
    height: 1.5px;
    background: var(--fs-color-secondary);
    content: "";
}
.right-title .section-title-bold:before{
    left: 102%;
    right: auto;
    bottom: 10px;
  z-index: 9
}
.service-box .text-box-content{
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: -6em;
}
.primary.is-underline {
    color: #111;
}
.primary.is-underline:hover {
    color:var(--fs-color-primary);
}
.button.is-underline:before {
    height: 1px;
    left: 0%;
    opacity: 1;
    width: 100%;
}
.banner h4 {
    font-size: 1.5em;
    margin-bottom: .0em;
    margin-top: .0em;
    padding: 0;
}
.service-box  h4{
  /* font-family:  GreatVibes-Regular, sans-serif !important; */
  color: var(--fs-color-primary);
}
.banner p {
    margin-bottom: .5em;
    margin-top: .5em;
    padding: 0;
}
.footer-social a{
  background: #111;
  width: 36px;
  height: 36px;
  display: inline-block;
  text-align: center;
  line-height: 36px;
}
.why-box .icon-inner{
  background: var(--fs-color-secondary);
  width: 48px;
  height: 48px;
  padding: 10px
}
h1, h2, h3, h4, h5, h6{
  margin-bottom: .25em
}
.form-flat input:not([type=submit]), .form-flat select, .form-flat textarea{
  background: rgb(254, 245, 235);
  border:0px;
  border-radius: 0px
}
fieldset, input, select, textarea {
    margin-bottom: 0em;
}
.form-flat input {
    border-radius: 0px;
}
.w-full{
  width: 100% 
}
.star-rating span:before{
  color: #f1c40f
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content{
  background: #fff
}
.nav-sidebar.nav-vertical>li+li {
    border-top: 0px solid #ececec;
}
.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    color:#111
}
.blog-share.text-center,
.entry-header-text.text-center{
  text-align: left;
  padding: 0px;
}
.blog-share .is-divider,
.box-vertical .is-divider,
.entry-header-text .is-divider{
  display: none
}
.box-vertical h5.post-title a{
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.block_widget .col {
    padding: 0 15px 10px;
}
.bb {
    border-bottom: 0px solid #ececec;
}
.bt {
    border-top: 0px solid
}
    .entry-image-float {
        float: unset;
        margin-right: 0em;
        max-width: 100%;
      margin-bottom: 1em
    }
.entry-date, .meta-author a,
.entry-category a {
  color: #8c857a 
}
.article-inner {
  border-bottom: 1px solid #ddd
}
.featured-title .page-title-inner {
    min-height: 200px;
    /* padding-bottom: 80px; */
    height: 160px;
}
@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}