/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */



.button_icon a {
    background: transparent!important
    ;
}
.button_icon a .elementor-button-content-wrapper{
    display: flex;
    align-items: stretch;
    gap: 2px;
    

}
.button_icon a:hover .elementor-button-content-wrapper .elementor-button-text{
    
}
.button_icon a .elementor-button-content-wrapper .elementor-button-text{
   padding:13px 16px ;
   border-radius: 5px!important;
background: #085EEA!important;
 transition: all 0.3s;
}
.button_icon a:hover .elementor-button-content-wrapper .elementor-button-text{
    background: #19174A!important;
}
.button_icon a .elementor-button-content-wrapper .elementor-button-icon{
    /*height: 100%!important;*/
     border-radius: 5px!important;
     background: #085EEA!important;
     width: 31px;
      transition: all 0.3s;
     justify-content: center;
}
.button_icon a .elementor-button-content-wrapper .elementor-button-icon svg{
    width: 11px;
}
.button_icon a:hover .elementor-button-content-wrapper .elementor-button-icon{
    background: #19174A!important;
}


.text_list ul{
     list-style: none;
   list-style-position: inside;
    padding: 0;
       
} 
.strong_color b,
.strong_color strong{
    color: #085EEA!important;
}
.text_list ul li:before{
  content: "";
  width: 10px;
  height: 9px;
  display: inline-block;
  background: #085EEA!important;
  position: relative;
  top: -3px;
  margin-right: 10px;
    
} 

.span_italic span{
    font-style: italic;
}

@media screen and (max-width: 992px) {

/*    .brine-text-slide:first-child{*/
/*    display: flex;*/
/*}*/

}