/*
 Theme Name:   Stratego Child Theme
 Theme URI:    https://stratego.ancorathemes.com/
 Description:  Stratego Child Theme
 Author:       AncoraThemes
 Author URI:   https://ancorathemes.com/
 Template:     stratego
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  stratego
*/

/* =Theme customization starts here
------------------------------------------------------------ */

@font-face {
  font-family: "Aeonik";
  src: url("./fonts/fonntscom-aeonik-regular-webfont.woff2") format("woff2"),
    url("./fonts/fonntscom-aeonik-regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Aeonik";
  src: url("./fonts/fonntscom-aeonik-bold-webfont.woff2") format("woff2"),
    url("./fonts/fonntscom-aeonik-bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

.cpel-switcher__toggle {
  a {
    background-color: #131c26 !important;
  }
  &.cpel-switcher__toggle--on a {
    box-shadow: inset 0 0 0 2px #1a2636;
    background-color: #1a2636 !important;
  }
}
.cpel-switcher--layout-dropdown .cpel-switcher__lang a {
  background-color: #1e2c3e !important;
}
body.lang-en .hide-en,
body.lang-es .hide-es {
  display: none !important;
}

.sc_services_qw-stylish
  .sc_services_item.with_image
  .sc_services_item_content::before {
  background-color: transparent;
  background-image: linear-gradient(
    to top,
    rgba(244, 248, 250, 0.96) 20%,
    rgba(244, 248, 250, 0.8)
  );
}
.sc_services_custom_image_black_white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  mix-blend-mode: saturation;
  z-index: -1;
  opacity: 1;
  transition: opacity 0.3s ease;
}
.sc_services_item_content:hover .sc_services_custom_image_black_white {
  opacity: 0;
}

.rs-layer {
  font-family: "Aeonik", sans-serif !important;
}

.wame-button a {
  display: block;
  color: #fff !important;
}
.sc_layouts_menu_nav .menu-item-266 a::after,
.sc_layouts_menu_nav .menu-item-267 a::after{
	display:none!important;
}
