/*
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.   ***************/
.bbm-count-cong{
	font-family: "Rift";
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 90px;
    text-transform: uppercase;
    color: #434343;
}
@font-face {
  font-family: "Rift";
  src: url(./fonts/Rift-Bold.otf);
}
@font-face {
  font-family: "Rift-Regular";
  src: url(./fonts/Rift.otf);
}
@font-face {
  font-family: "SanFranciscoDisplay-Regular";
  src: url(./fonts/SanFranciscoDisplay-Regular.otf);
}

body {
  font-family: "SanFranciscoDisplay-Regular", sans-serif !important;
  color: #424d54 !important;
}

.nav > li > a > i.icon-menu {
  font-size: 2.8rem;
  color: white;
}

.bbm-count-up.count-up {
  font-family: "Rift";
  font-style: normal;
  font-weight: 900;
  font-size: 90px;
  line-height: 90px;
  text-transform: uppercase;
  color: #434343;
}

.bbm-count-up-description {
  font-family: "Rift";
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: #ff7a1d;
}
.bbmc-row {
  display: flex;
  align-items: center;
  justify-content: center;
}
[data-background]::before {
  content: attr(data-background);
  left: 0;
  right: 0;
  padding-right: 9rem;
  bottom: 0;
  top: 0;
  position: absolute;
  font-size: 117px;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: "Rift";
  font-style: normal;
  font-weight: 900;
  -webkit-text-fill-color: #fff;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(98, 98, 98, 0.35);
  z-index: -1;
}
.bbmc-row > .col {
  padding: 5px;
}
.bbmc-row > .col:first-child {
  text-align: end;
}
.bbmc-row > .col:last-child {
  text-align: start;
}

/*
*   TITLE
*/
.bbm-header {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 849px) {
  .bbm-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.bbm-subtitle {
  font-family: "Rift-Regular";
  font-style: normal;
  font-weight: normal;
  font-size: 31px;
  line-height: 36px;
  text-transform: uppercase;
  color: #434343;
  padding-right: 0.75rem;
}
.bbm-title {
  font-family: "Rift";
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--primary-color);
}

/*
* FOOTER
*/
.absolute-footer {
  display: none;
}

/* 
* CUSTOM MENU
*/
.off-canvas-center.mfp-bg.mfp-ready {
  opacity: 1;
}
.mfp-container {
  text-align: right;
}

.header.transparent .header-main .social-icons,
.header.transparent .header-main .cart-icon strong,
.header.transparent .header-main .menu-title,
.header.transparent .header-main .header-button > .button.is-outline,
.header.transparent .header-main .nav > li > a > i:not(.icon-angle-down) {
  color: white !important;
}

.header:not(.transparent) .header-main .social-icons,
.header:not(.transparent) .header-main .cart-icon strong,
.header:not(.transparent) .header-main .menu-title,
.header:not(.transparent) .header-main .header-button > .button.is-outline,
.header:not(.transparent) .header-main .nav > li > a > i:not(.icon-angle-down) {
  color: var(--primary-color) !important;
}

/* CUSTOM POST DETAIL */
.entry-meta > span.posted-on {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
  display: flex;
  align-items: center;
}
.blog-single h1.entry-title {
  text-align: left;
  font-family: Rift;
  font-style: normal;
  font-weight: bold;
  font-size: 55px;
  line-height: 71px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}
.blog-single {
  padding: 0 1rem;
}
.breadcrumbs {
  color: #222;
  font-weight: 700;
  letter-spacing: 0;
  padding: 0;
  display: flex;
  align-items: center;
  font-family: "rift";
  font-size: 29px;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.breadcrumb-active {
  color: var(--primary-color);
  text-align: left;
}

.entry-meta > span.posted-on > time {
  margin-left: 8px;
}
.blog-single .entry-header-text.text-center {
  padding-left: 0;
  padding-right: 0;
}
.blog-single > .row > .col,
.gallery-item,
.columns {
  padding: 0;
}
.blog-single .entry-divider.is-divider.small {
  display: none;
}
.blog-single .entry-meta.uppercase.is-xsmall {
  margin-bottom: 2.5rem;
}

@media only screen and (max-width: 48em) {
  /*************** ADD MOBILE ONLY CSS HERE  ***************/
}

