/* 
Theme Name: I can dream (2025)
Theme URI: #
Description: ..
Author: LLC
Author URI: #
Template: hello-elementor
Version: 1.0.1
Text Domain: icandream
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: #
*/

/*
    Add your custom styles here
*/
.space-me .elementor-heading-title { 
  letter-spacing: 10px;
  letter-spacing: 15%;
}


 



.elementor-heading-title  {word-wrap: break-word;}
.bicolor span, .bicolor em {color: var( --e-global-color-accent ) !important;}
.bicolor.blue span, .bicolor.blue em {color: var( --e-global-color-primary ) !important;}

.aston_ul ul {list-style-type: none; padding: 0; }
.aston_ul ul li { padding: 10px 0; border-top:solid 1px rgba(255,255,255,.2);  }
.aston_ul ul li:first-child {border-top:none }

.holdMytag .elementor-widget-heading > .elementor-widget-container {
    display:flex; align-items: center;
}
.elementor-shortcode .breadcrumbs {color:white; font-size:12px; line-height: 22px; font-weight: normal; padding-left: 0px; padding-right: 10px;}
.elementor-shortcode .breadcrumbs a, .elementor-shortcode .breadcrumbs a:focus, .elementor-shortcode .breadcrumbs a:link {color: #fff;}
.elementor-shortcode .breadcrumbs a:hover, .elementor-shortcode .breadcrumbs .current-item {color: var( --e-global-color-accent );}

/* Archive post : list of tax */
.list_categ {display: flex; list-style-type: none; padding: 0 0 0px 0; margin: 0; justify-content: center; align-items: center; /*white-space: nowrap; overflow: auto;*/
  flex-wrap:wrap;
}
.elementor-sticky--effects .list_categ { flex-wrap:nowrap; white-space: nowrap; }
@media (max-width:1600px) {
  .elementor-sticky--effects .list_categ { justify-content: start;}
}
.elementor-sticky--effects .list_categ li.current-cat {order:-1;}
.list_categ li { display: inline-flex }
.list_categ li a {display: inline-flex; padding: 6px 10px; color:var( --e-global-color-primary ); font-weight: 600; text-transform: uppercase; font-size:15px; border-radius: 0px; align-items: center; }
.list_categ li.current-cat a {font-weight: 700; background-color: #8BA612; color:#fff;}
.list_categ li a:hover {color:#fff;background-color: #8BA612; }
.list_categ li a::before {
  content: '■';
 /* background: transparent url(pix/cta-flright-s.png) no-repeat center center; 
  background-size: 25px auto;
  background-position: 0 0;
  width: 25px;
  height: 25px;*/
  width: 10px;
  height: 23px;
display: inline-flex;
  margin: 0 5px 0 0;
  transition: all ease 300ms;
 
 
}
.list_categ li a:hover::before,
.list_categ li.current-cat a::before { 
  background-position: 0 -25px;
}


/* rounded style */
.list_categ { gap: 1px;}
.list_categ li a {
  font-size: 14px;
  font-family: Open sans;
/*  border-radius: 99em; */
}
.list_categ li a::before {
  background-size: 20px auto;
  width: 20px;
  height: 20px;
  width: 10px;
  height: 23px;
}
.list_categ li a:hover::before, .list_categ li.current-cat a::before {
  background-position: 0 -20px;
}

#menu-footer-menu {
    display: flex; list-style-type: none; padding: 0 0 0px 0; margin: 0; justify-content: center; align-items: center; white-space: nowrap; overflow: auto;
}
#menu-footer-menu li { display: inline-flex }
#menu-footer-menu li a {display: inline-flex; color: #fff;
      font-size: 14px;
      padding: 0 15px; }
#menu-footer-menu li a:hover {text-decoration: underline;}