/*
Theme Name: Manon Child
Theme URI: https://manon.qodeinteractive.com/
Description: A child theme of Manon Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.13
Text Domain: manon
Template: manon
*/
:root {
  --color-bg: #2A2723;
}

.akrobat {
  font-family: "akrobat";
}

.thestrategyclubhand {
  font-family: "thestrategyclubhand" !important;
}

.font-kanit {
  font-family: "kanit";
}

.font-lex {
  font-family: "Lexend Peta";
}

.color-white {
  color: white;
}

body {
  font-family: "akrobat";
}

h1, h2, h3, h4, h5, h6 {
  font-family: "akrobat" !important;
  font-weight: 900 !important;
}

.thestrategyclubhand h1, .thestrategyclubhand h2, .thestrategyclubhand h3, .thestrategyclubhand h4, .thestrategyclubhand h5, .thestrategyclubhand h6 {
  font-family: "thestrategyclubhand" !important;
}

.font-th {
  font-family: "kanit";
}

.edgtf-logo-wrapper a {
  height: 80px !important;
}

.edgtf-mobile-logo-wrapper a {
  height: 50px !important;
}

.dark-header-page .edgtf-menu-area,
.dark-header-page .edgtf-mobile-header-inner,
.home .edgtf-menu-area,
.home .edgtf-mobile-header-inner {
  background-color: var(--color-bg) !important;
}

.edgtf-page-header .edgtf-fullscreen-menu-opener {
  display: none;
}

.edgtf-fullscreen-menu-opener-icon svg,
.edgtf-menu-area .edgtf-side-menu-icon svg {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023.99px) {
  .edgtf-fullscreen-menu-opener-icon svg,
  .edgtf-menu-area .edgtf-side-menu-icon svg {
    width: 20px;
    height: 20px;
  }
}

@media (min-width: 992px) {
  .edgtf-mobile-header .edgtf-position-right svg,
  .edgtf-menu-area .edgtf-side-menu-icon svg {
    fill: white !important;
  }
}
.dark-header-page .edgtf-mobile-header .edgtf-position-right svg,
.dark-header-page .edgtf-menu-area .edgtf-side-menu-icon svg {
  fill: white !important;
}

body:not(.home) .edgtf-page-header,
.home.edgtf-sticky-header-appear .edgtf-page-header {
  position: static !important;
}

.edgtf-sticky-header {
  display: none;
}

.edgtf-menu-area .edgtf-position-right {
  position: fixed !important;
  z-index: 999 !important;
  height: 120px !important;
  right: 70px !important;
}

.edgtf-menu-area .edgtf-position-right,
.edgtf-mobile-header .edgtf-position-right {
  mix-blend-mode: difference !important;
}

#edgtf-back-to-top {
  color: white !important;
  mix-blend-mode: difference !important;
}

.edgtf-mobile-header-holder > .edgtf-grid {
  width: 100%;
  box-sizing: border-box;
  padding: 0 40px;
}
@media (max-width: 767.98px) {
  .edgtf-mobile-header-holder > .edgtf-grid {
    padding: 0 25px;
  }
}

.edgtf-portfolio-list-tooltip-holder .edgtf-plt-inner {
  text-align: center;
}
.color-white .edgtf-portfolio-list-tooltip-holder .edgtf-plt-item {
  color: white;
}

.e-con-full {
  padding: 0 !important;
}

[class*=ele-mouse-prx].-img-full {
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tstg-list-post {
  max-width: 1000px !important;
  margin: 0 auto;
}
@media (max-width: 1199.98px) {
  .tstg-list-post {
    max-width: initial !important;
    width: 100% !important;
  }
}

.edgtf-blog-list-holder .edgtf-bl-wrapper.edgtf-outer-space {
  margin: 0 !important;
}

.edgtf-blog-list {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  column-gap: 180px;
}
@media (max-width: 1199.98px) {
  .edgtf-blog-list {
    display: flex !important;
    flex-wrap: wrap;
    column-gap: initial;
    justify-content: space-evenly;
  }
}

.edgtf-bl-item {
  padding: 0 !important;
  width: 100% !important;
  min-width: 400px;
}
@media (max-width: 1199.98px) {
  .edgtf-bl-item {
    width: 30% !important;
    min-width: 300px;
  }
}
.edgtf-bl-item .edgtf-post-image::before {
  content: "";
  display: block;
  padding-top: 85%;
}
.edgtf-bl-item .edgtf-post-image a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute !important;
  overflow: hidden;
}
.edgtf-bl-item .edgtf-post-image a img {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.edgtf-bl-item .edgtf-post-image a img:hover {
  cursor: url("assets/images/cursor-hand.webp") 25 45, auto !important;
  transform: scale(1.05);
}
.edgtf-bl-item .edgtf-post-excerpt-holder {
  display: none;
}
.edgtf-bl-item .edgtf-post-info-date a {
  color: white;
  font-family: "akrobat";
  font-size: 1.4rem;
}
@media (max-width: 991.98px) {
  .edgtf-bl-item .edgtf-post-info-date a {
    font-size: 1.2rem;
  }
}
.edgtf-bl-item .edgtf-post-title {
  margin-bottom: -8px !important;
}
.edgtf-bl-item .edgtf-post-title a {
  color: white;
  font-family: "akrobat";
  font-weight: 900;
  font-size: 3rem;
  line-height: 1.2em;
}
@media (max-width: 991.98px) {
  .edgtf-bl-item .edgtf-post-title a {
    font-size: 2.2rem;
  }
}
.edgtf-bl-item .edgtf-post-read-more-button .edgtf-btn-text {
  color: white;
  text-transform: capitalize;
  text-decoration: underline;
  font-family: "akrobat";
  font-weight: 900;
  font-size: 1.3rem;
}
@media (max-width: 991.98px) {
  .edgtf-bl-item .edgtf-post-read-more-button .edgtf-btn-text {
    font-size: 1rem;
  }
}
.edgtf-bl-item .edgtf-post-read-more-button .edgtf-btn-text::after {
  content: "...";
}

.hover-scale img {
  transition: 0.3s;
}
.hover-scale img:hover {
  transform: scale(1.05);
}

.hover-hand img:hover {
  cursor: url("assets/images/cursor-hand.webp") 25 45, auto !important;
}

.edgtf-portfolio-slider-holder .owl-dots {
  background-color: transparent !important;
}
.edgtf-portfolio-slider-holder .owl-dots .owl-dot.active {
  border-color: rgba(255, 255, 255, 0.5) !important;
}
.edgtf-portfolio-slider-holder .entry-title,
.edgtf-portfolio-slider-holder .edgtf-pfs-title h2,
.edgtf-portfolio-slider-holder .edgtf-pfs-cta-tagline,
.edgtf-portfolio-slider-holder .edgtf-pfs-cta-title {
  color: white;
}
.edgtf-portfolio-slider-holder .edgtf-pfs-widget-area {
  display: none;
}

#multiscroll-nav {
  opacity: 0.6 !important;
}
#multiscroll-nav li a span {
  background-color: white !important;
}
#multiscroll-nav li a.active {
  border-color: white !important;
}

.edgtf-page-footer.edgtf-footer-with-border {
  overflow: hidden;
}
.edgtf-page-footer.edgtf-footer-with-border #edgtf-footer-circle {
  top: 0;
}

.edgtf-page-footer:not(.edgtf-footer-with-border) .edgtf-footer-top-holder {
  padding-top: 40px !important;
}

.elementor-3699 .elementor-element.elementor-element-bcae5b0 {
  margin-bottom: 0 !important;
}

.sr7-bullets > * {
  pointer-events: none !important;
}
.sr7-bullets span {
  background-color: var(--e-global-color-6355651) !important;
}

.section-image-content {
  min-height: 100vh !important;
  display: flex;
  align-items: center;
}
@media (max-width: 991.98px) {
  .section-image-content {
    min-height: 100vw !important;
  }
}

.edgtf-post-info-author {
  display: none !important;
}

/*# sourceMappingURL=style.css.map */
