/*-----------------------------------------------------------------------------------
 *
 * Theme Name: Monity Child Theme
 * Theme URI: https://monitywp.websitelayout.net/
 * Author: Website Design Templates
 * Author URI: https://www.websitelayout.net/
 * Description: This is a child theme of monity
 * Version: 1.5
 * Template: monity
 * Text Domain: monity-child
 *
 * ----------------------------------------------------------------------------------- */

body.header-style2 .page-title-section {
  margin-top: 0px !important;
}

.page-title-section ul {
  display: none !important;
}

.entry-meta li.d-inline-block.text-capitalize.me-3 {
  display: none !important;
}

h3#reply-title {
  padding-top: 40px;
}

.e-con-inner {
  margin: 0 !important;
  max-width: 100% !important;
}

.overflow-hidden.img-card.mb-2.rounded-top-md-5px img {
  width: 100% !important;
  height: 250px !important;
}

.arrow-list {
  list-style: none;
  padding-left: 0;
}

.arrow-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 20px;
  line-height: 1.6;
}

.arrow-list li::before {
  content: "➤";
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 16px;
  background: linear-gradient(45deg, #8c7a3c, #bfa658, #e6d8a8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.about-shape5,
.about-shape4,
.about-image1 {
  left: 0px !important;
}

.card-style14 .card-body {
  height: 220px;
  background: #2a334e;
  color: #ffffff;
}

.contact-icon {
  display: none;
}

.contact-wrapper {
  padding: 35px !important;
}

.wpcf7 .quform-submit-inner {
  display: flex !important;
  justify-content: center !important;
}

.vertical-timeline .count {
  max-width: 60px;
}

.team-img-bg:before {
  background: #bfa658 !important;
}

.navbar li>ul ul {
  max-width: none !important;
}

@media screen and (max-width: 767px) {
  .vertical-timeline .icon {
    flex-basis: 0%;
  }

  .vertical-timeline .timeline-content {
    order: 2;
    flex-basis: 100%;
  }

  .navbar-nav li a {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 991px) {
  .vertical-timeline .count {
    max-width: 50px;
  }
}