/*
 Theme Name:   MoveMe Child
 Theme URI:    https://moveme.ancorathemes.com/
 Description:  MoveMe - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     moveme
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  moveme
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.sc_button,
.sc_action_item_link,
.wpcf7-form-control {
  color: #F5F5DC !important;
}

.scheme_dark h2,
h3 {
  color: #ffffff !important;
}

.color_style_default h2,
h3 {
  color: #001F3F !important;
}

.scheme_default h6 a {
  color: #001F3F !important;
}

.color_style_dark h2,
h3 {
  color: #ffffff !important;
}

footer .widgettitle {
  color: #ffffff !important;
}

.menu-item {
  position: relative;
}
.menu-item a {
  background-color: transparent !important;
  position: relative;
}
.menu-item a span {
  color: #F5F5DC;
  font-weight: 300;
}
.menu-item a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 0;
  height: 2px;
  background-color: #C49B38;
  transition: width 0.3s ease;
  left: 50%;
  transform: translateX(-50%);
}

.menu-item:hover a::before {
  width: 85%;
}

.current-menu-item a::before {
  width: 100%;
}
@media (max-width: 777px) {
  .current-menu-item a::before {
    width: 80%;
  }
}
.current-menu-item span {
  color: #C49B38;
}

.services_home_tiles .sc_services_item {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.home_cf input {
  color: #36454F !important;
}
.home_cf input::-moz-placeholder {
  color: #36454F !important;
}
.home_cf input::placeholder {
  color: #36454F !important;
}

.home_cf select {
  color: #36454F !important;
}

.home_cf input.wpcf7-form-control.wpcf7-submit.has-spinner.color_style_dark.sc_button {
  background-color: #C49B38 !important;
  border-color: #C49B38 !important;
  color: #F5F5DC !important;
}

.sc_services_default .sc_services_item_title {
  font-weight: 600;
}

@media (max-width: 777px) {
  .menu_mobile_wrapper .vc_custom_1496745830998 {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .menu_mobile_wrapper .vc_custom_1496745830998 .vc_custom_1497437067004 {
    flex: 0;
    flex-grow: 0 !important;
    margin-left: auto;
  }
  .search_mobile {
    display: none;
  }
  .menu_mobile .menu_mobile_nav_area li > a {
    text-align: center;
    padding: 5px 0 5px 0;
  }
}
.need_help_header span.sc_layouts_item_details_line2.sc_layouts_iconed_text_line2 {
  color: #001F3F !important;
}

.blog .content_wrap,
.single-post .content_wrap {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
@media (max-width: 999px) {
  .blog .content_wrap,
  .single-post .content_wrap {
    flex-direction: column;
  }
}
.blog .content_wrap .content,
.single-post .content_wrap .content {
  width: 70% !important;
}
@media (max-width: 999px) {
  .blog .content_wrap .content,
  .single-post .content_wrap .content {
    width: 100%;
  }
}
.blog .content_wrap .sidebar,
.single-post .content_wrap .sidebar {
  width: 30% !important;
}
@media (max-width: 999px) {
  .blog .content_wrap .sidebar,
  .single-post .content_wrap .sidebar {
    width: 100%;
  }
}
.blog .content_wrap .sidebar .sidebar_inner,
.single-post .content_wrap .sidebar .sidebar_inner {
  padding: 2em 0;
}
.blog .content_wrap .sidebar .widget,
.single-post .content_wrap .sidebar .widget {
  padding: 0 2em 0;
  margin-bottom: 2em;
}
.blog .content_wrap .sidebar .widget_title,
.single-post .content_wrap .sidebar .widget_title {
  margin-top: 1.11em;
}
.blog .content_wrap::after,
.single-post .content_wrap::after {
  content: unset !important;
}
.blog .content_wrap .nav-links,
.single-post .content_wrap .nav-links {
  text-align: center;
}

.single-post .breadcrumbs .breadcrumbs_delimiter:nth-of-type(3) {
  display: none !important;
}
.single-post .breadcrumbs {
  color: transparent !important;
  font-size: 0;
}
.single-post .breadcrumbs a,
.single-post .breadcrumbs span {
  font-size: 19px;
  color: #fff;
}/*# sourceMappingURL=style.css.map */